#CBAA89

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

Shades of Cameo #CBAA89

Tints of Cameo #CBAA89

Color information

#CBAA89 (or 0xCBAA89) is unknown color: approx Cameo. HEX triplet: CB, AA and 89. RGB value is (203,170,137). Sum of RGB (Red+Green+Blue) = 203+170+137=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAA89 is #345576. Grayscale: #B0B0B0. Windows color (decimal): -3429751 or 9022155. OLE color: 9022155.

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

Color convert

RGB203170137-
CMYK00.160.330.20
HSL30º38.82%66.67%-
HSV(B)30º32.51%79.61%-
XYZ43.5243.2529.72-
YUV176.1105.93147.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 137 (53.91% from 255) = 26.86%
R=39.80%
G=33.33%
B=26.86%

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
Decimal20317013700.160.330.203038.8266.67
HexCBAA8901021141e2743
Octal31325221102041243647103
Binary11001011101010101000100101000010000110100111101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA89; }

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

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

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

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

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

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

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

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