#CB9F79

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

Shades of Cameo #CB9F79

Tints of Cameo #CB9F79

Color information

#CB9F79 (or 0xCB9F79) is unknown color: approx Cameo. HEX triplet: CB, 9F and 79. RGB value is (203,159,121). Sum of RGB (Red+Green+Blue) = 203+159+121=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F79 is #346086. Grayscale: #A8A8A8. Windows color (decimal): -3432583 or 7970763. OLE color: 7970763.

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

Color convert

RGB203159121-
CMYK00.220.400.20
HSL27.8º44.09%63.53%-
HSV(B)27.8º40.39%79.61%-
XYZ40.4838.8723.46-
YUV167.82101.58153.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=42.03%
G=32.92%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315912100.220.400.2027.844.0963.53
HexCB9F7901628141c2c40
Octal31323717102650243454100
Binary1100101110011111111100101011010100010100111001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9F79; }

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

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

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

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

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

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

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

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