#CB9D79

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

Shades of Cameo #CB9D79

Tints of Cameo #CB9D79

Color information

#CB9D79 (or 0xCB9D79) is unknown color: approx Cameo. HEX triplet: CB, 9D and 79. RGB value is (203,157,121). Sum of RGB (Red+Green+Blue) = 203+157+121=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D79 is #346286. Grayscale: #A6A6A6. Windows color (decimal): -3433095 or 7970251. OLE color: 7970251.

HSL color Cylindrical-coordinate representation of color #CB9D79: hue angle of 26.34º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB9D79 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203157121-
CMYK00.230.400.20
HSL26.34º44.09%63.53%-
HSV(B)26.34º40.39%79.61%-
XYZ40.1438.1923.35-
YUV166.65102.24153.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=42.20%
G=32.64%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315712100.230.400.2026.3444.0963.53
HexCB9D7901728141a2c40
Octal31323517102750243254100
Binary1100101110011101111100101011110100010100110101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D79; }

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

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

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

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

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

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

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

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