#CB9D78

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

Shades of Cameo #CB9D78

Tints of Cameo #CB9D78

Color information

#CB9D78 (or 0xCB9D78) is unknown color: approx Cameo. HEX triplet: CB, 9D and 78. RGB value is (203,157,120). Sum of RGB (Red+Green+Blue) = 203+157+120=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D78 is #346287. Grayscale: #A6A6A6. Windows color (decimal): -3433096 or 7904715. OLE color: 7904715.

HSL color Cylindrical-coordinate representation of color #CB9D78: hue angle of 26.75º 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 #CB9D78 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB203157120-
CMYK00.230.410.20
HSL26.75º44.39%63.33%-
HSV(B)26.75º40.89%79.61%-
XYZ40.0838.1723.02-
YUV166.54101.74154.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 120 (47.27% from 255) = 25%
R=42.29%
G=32.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315712000.230.410.2026.7544.3963.33
HexCB9D7801729141b2c3f
Octal3132351700275124335477
Binary110010111001110111110000101111010011010011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D78; }

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

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

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

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

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

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

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

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