#CBAB80

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

Shades of Cameo #CBAB80

Tints of Cameo #CBAB80

Color information

#CBAB80 (or 0xCBAB80) is unknown color: approx Cameo. HEX triplet: CB, AB and 80. RGB value is (203,171,128). Sum of RGB (Red+Green+Blue) = 203+171+128=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB80 is #34547F. Grayscale: #AFAFAF. Windows color (decimal): -3429504 or 8432587. OLE color: 8432587.

HSL color Cylindrical-coordinate representation of color #CBAB80: hue angle of 34.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBAB80 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203171128-
CMYK00.160.370.20
HSL34.4º41.9%64.9%-
HSV(B)34.4º36.95%79.61%-
XYZ43.0943.3826.52-
YUV175.67101.1147.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=40.44%
G=34.06%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317112800.160.370.2034.441.964.9
HexCBAB800102514222a41
Octal31325320002045244252101
Binary110010111010101110000000010000100101101001000101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB80; }

 p { color: rgb(203,171,128); }

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

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

 a { background-color: rgb(203,171,128); }

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

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

 span { border-color: rgb(203,171,128); }

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