#CB4C8C

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

Shades of Mulberry #CB4C8C

Tints of Mulberry #CB4C8C

Color information

#CB4C8C (or 0xCB4C8C) is unknown color: approx Mulberry. HEX triplet: CB, 4C and 8C. RGB value is (203,76,140). Sum of RGB (Red+Green+Blue) = 203+76+140=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4C8C is #34B373. Grayscale: #797979. Windows color (decimal): -3453812 or 9194699. OLE color: 9194699.

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

Color convert

RGB20376140-
CMYK00.630.310.20
HSL329.76º54.98%54.71%-
HSV(B)329.76º62.56%79.61%-
XYZ31.9519.7626.94-
YUV121.27138.58186.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=48.45%
G=18.14%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037614000.630.310.20329.7654.9854.71
HexCB4C8C03F1F1414a3737
Octal31311421407737245126767
Binary1100101110011001000110001111111111110100101001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C8C; }

 p { color: rgb(203,76,140); }

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

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

 a { background-color: rgb(203,76,140); }

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

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

 span { border-color: rgb(203,76,140); }

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