#CB9E78

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

Shades of Cameo #CB9E78

Tints of Cameo #CB9E78

Color information

#CB9E78 (or 0xCB9E78) is unknown color: approx Cameo. HEX triplet: CB, 9E and 78. RGB value is (203,158,120). Sum of RGB (Red+Green+Blue) = 203+158+120=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E78 is #346187. Grayscale: #A7A7A7. Windows color (decimal): -3432840 or 7904971. OLE color: 7904971.

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

Color convert

RGB203158120-
CMYK00.220.410.20
HSL27.47º44.39%63.33%-
HSV(B)27.47º40.89%79.61%-
XYZ40.2538.5123.08-
YUV167.12101.41153.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=42.20%
G=32.85%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315812000.220.410.2027.4744.3963.33
HexCB9E7801629141b2c3f
Octal3132361700265124335477
Binary110010111001111011110000101101010011010011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E78; }

 p { color: rgb(203,158,120); }

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

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

 a { background-color: rgb(203,158,120); }

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

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

 span { border-color: rgb(203,158,120); }

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