#CBAB89

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

Shades of Cameo #CBAB89

Tints of Cameo #CBAB89

Color information

#CBAB89 (or 0xCBAB89) is unknown color: approx Cameo. HEX triplet: CB, AB and 89. RGB value is (203,171,137). Sum of RGB (Red+Green+Blue) = 203+171+137=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB89 is #345476. Grayscale: #B0B0B0. Windows color (decimal): -3429495 or 9022411. OLE color: 9022411.

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

Color convert

RGB203171137-
CMYK00.160.330.20
HSL30.91º38.82%66.67%-
HSV(B)30.91º32.51%79.61%-
XYZ43.7143.6329.78-
YUV176.69105.6146.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=39.73%
G=33.46%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317113700.160.330.2030.9138.8266.67
HexCBAB8901021141f2743
Octal31325321102041243747103
Binary11001011101010111000100101000010000110100111111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB89; }

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

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

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

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

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

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

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

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