Html Css Color HEX #CABBA9 Grain Brown

📋 copy color: '#CABBA9'

red 202 ◦ green 187 ◦ blue 169

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

Shades of Grain Brown #CABBA9

Tints of Grain Brown #CABBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

 BLUE value IS 169 (66.41% from 255) = 30.29%

R = 36.2%
G = 33.51%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CABBA9 (or 0xCABBA9) is known color: Grain Brown. HEX triplet: CA, BB and A9. RGB value is (202,187,169). Sum of RGB (Red+Green+Blue) = 202+187+169=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA9 is #354456. Grayscale: #BDBDBD. Windows color (decimal): -3490903 or 11123658. OLE color: 11123658.

HSL color Cylindrical-coordinate representation of color #CABBA9: hue angle of 32.73º degrees, saturation: 0.24, 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 #CABBA9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 169 -
CMYK 0 0.07 0.16 0.21
HSL 32.73º 0.24% 0.73% -
HSV(B) 32.73º 0.16% 0.79% -
XYZ 49.29 50.96 44.77 -
YUV 189.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 202 187 169 0 0.07 0.16 0.21 32.73 0.24 0.73
Hex CA BB A9 0 7 10 15 21 18 49
Octal 312 273 251 0 7 20 25 41 30 111
Binary 11001010 10111011 10101001 0 111 10000 10101 100001 11000 1001001

Color Harmonies of #CABBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBA9

Black with #CABBA9

Text Example


Text Example

White with #CABBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBA9; }

 p { color: rgb(202,187,169); }

 H1.HeaderClassName
 {
   color: #CABBA9;
 }
 .AnyTagClassName
 {
   color: #CABBA9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,187,169); }

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

border-color css

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

 span { border-color: rgb(202,187,169); }

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