#CB9C84

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

Shades of Cameo #CB9C84

Tints of Cameo #CB9C84

Color information

#CB9C84 (or 0xCB9C84) is unknown color: approx Cameo. HEX triplet: CB, 9C and 84. RGB value is (203,156,132). Sum of RGB (Red+Green+Blue) = 203+156+132=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9C84 is #34637B. Grayscale: #A7A7A7. Windows color (decimal): -3433340 or 8690891. OLE color: 8690891.

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

Color convert

RGB203156132-
CMYK00.230.350.20
HSL20.28º40.57%65.69%-
HSV(B)20.28º34.98%79.61%-
XYZ40.6838.1427.05-
YUV167.32108.07153.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=41.34%
G=31.77%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315613200.230.350.2020.2840.5765.69
HexCB9C840172314142942
Octal31323420402743242451102
Binary11001011100111001000010001011110001110100101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C84; }

 p { color: rgb(203,156,132); }

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

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

 a { background-color: rgb(203,156,132); }

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

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

 span { border-color: rgb(203,156,132); }

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