#CAB9AA

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

Shades of Grain Brown #CAB9AA

Tints of Grain Brown #CAB9AA

Color information

#CAB9AA (or 0xCAB9AA) is unknown color: approx Grain Brown. HEX triplet: CA, B9 and AA. RGB value is (202,185,170). Sum of RGB (Red+Green+Blue) = 202+185+170=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9AA is #354655. Grayscale: #BCBCBC. Windows color (decimal): -3491414 or 11188682. OLE color: 11188682.

HSL color Cylindrical-coordinate representation of color #CAB9AA: hue angle of 28.13º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAB9AA is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202185170-
CMYK00.080.160.21
HSL28.13º23.19%72.94%-
HSV(B)28.13º15.84%79.22%-
XYZ48.9650.1645.13-
YUV188.37117.63137.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=36.27%
G=33.21%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218517000.080.160.2128.1323.1972.94
HexCAB9AA0810151c1749
Octal31227125201020253427111
Binary11001010101110011010101001000100001010111100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9AA; }

 p { color: rgb(202,185,170); }

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

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

 a { background-color: rgb(202,185,170); }

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

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

 span { border-color: rgb(202,185,170); }

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