#cb4a87

Color #CB4A87 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CB4A87

Tints of Mulberry #CB4A87

Color information

#CB4A87 (or 0xCB4A87) is unknown color: approx Mulberry. HEX triplet: CB, 4A and 87. RGB value is (203,74,135). Sum of RGB (Red+Green+Blue) = 203+74+135=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A87 is #34B578. Grayscale: #777777. Windows color (decimal): -3454329 or 8866507. OLE color: 8866507.

HSL color Cylindrical-coordinate representation of color #CB4A87: hue angle of 331.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A87 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20374135-
CMYK00.640.330.20
HSL331.63º55.36%54.31%-
HSV(B)331.63º63.55%79.61%-
XYZ31.4519.3425-
YUV119.52136.74187.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=49.27%
G=17.96%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037413500.640.330.20331.6355.3654.31
HexCB4A87040211414c3736
Octal313112207010041245146766
Binary110010111001010100001110100000010000110100101001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb4a87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb4a87; }

 p { color: rgb(203,74,135); }

 H1.HeaderClassName
 {
   color: #cb4a87;
 }
 .AnyTagClassName
 {
   color: #cb4a87;
 }
</style>
background-color css

<style>
 a { background-color: #cb4a87; }

 a { background-color: rgb(203,74,135); }

 div.DivClassName
 {
   background-color: #cb4a87;
 }
 .BgClassName
 {
   background-color: #cb4a87;
 }
</style>
border-color css

<style>
 span { border-color: #cb4a87; }

 span { border-color: rgb(203,74,135); }

 td.TdClassName
 {
   border-color: #cb4a87;
 }
 .TagClassName
 {
   border-color: #cb4a87;
 }
</style>