Html Css Color HEX #CAB9AA Grain Brown

📋 copy color: '#CAB9AA'

red 202 ◦ green 185 ◦ blue 170

#CAB9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #CAB9AA

Tints of Grain Brown #CAB9AA

RGB

 RED value IS 202 (79.3% from 255) = 36.27%

 GREEN value IS 185 (72.66% from 255) = 33.21%

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 36.27%
G = 33.21%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CAB9AA (or 0xCAB9AA) is known color: 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.12º 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

RGB 202 185 170 -
CMYK 0 0.08 0.16 0.21
HSL 28.13º 0.23% 0.73% -
HSV(B) 28.13º 0.16% 0.79% -
XYZ 48.96 50.16 45.13 -
YUV 188.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 202 185 170 0 0.08 0.16 0.21 28.13 0.23 0.73
Hex CA B9 AA 0 8 10 15 1C 17 49
Octal 312 271 252 0 10 20 25 34 27 111
Binary 11001010 10111001 10101010 0 1000 10000 10101 11100 10111 1001001

Color Harmonies of #CAB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9AA

Black with #CAB9AA

Text Example


Text Example

White with #CAB9AA

Text Example


Text Example

HTML Codes & Css Web 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>