#CB8387

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

Shades of Charm #CB8387

Tints of Charm #CB8387

Color information

#CB8387 (or 0xCB8387) is unknown color: approx Charm. HEX triplet: CB, 83 and 87. RGB value is (203,131,135). Sum of RGB (Red+Green+Blue) = 203+131+135=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8387 is #347C78. Grayscale: #999999. Windows color (decimal): -3439737 or 8881099. OLE color: 8881099.

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

Color convert

RGB203131135-
CMYK00.350.330.20
HSL356.67º40.91%65.49%-
HSV(B)356.67º35.47%79.61%-
XYZ37.1230.6826.89-
YUV152.98117.85163.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=43.28%
G=27.93%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313113500.350.330.20356.6740.9165.49
HexCB838702321141652941
Octal313203207043412454551101
Binary1100101110000011100001110100011100001101001011001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8387; }

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

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

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

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

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

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

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

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