#CB9B79

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

Shades of Cameo #CB9B79

Tints of Cameo #CB9B79

Color information

#CB9B79 (or 0xCB9B79) is unknown color: approx Cameo. HEX triplet: CB, 9B and 79. RGB value is (203,155,121). Sum of RGB (Red+Green+Blue) = 203+155+121=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B79 is #346486. Grayscale: #A5A5A5. Windows color (decimal): -3433607 or 7969739. OLE color: 7969739.

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

Color convert

RGB203155121-
CMYK00.240.400.20
HSL24.88º44.09%63.53%-
HSV(B)24.88º40.39%79.61%-
XYZ39.837.5223.23-
YUV165.48102.9154.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=42.38%
G=32.36%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315512100.240.400.2024.8844.0963.53
HexCB9B790182814192c40
Octal31323317103050243154100
Binary1100101110011011111100101100010100010100110011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B79; }

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

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

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

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

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

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

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

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