Html Css Color HEX #CABBAA Grain Brown

📋 copy color: '#CABBAA'

red 202 ◦ green 187 ◦ blue 170

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

Shades of Grain Brown #CABBAA

Tints of Grain Brown #CABBAA

RGB

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

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

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

R = 36.14%
G = 33.45%
B = 30.41%

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

#CABBAA (or 0xCABBAA) is known color: Grain Brown. HEX triplet: CA, BB and AA. RGB value is (202,187,170). Sum of RGB (Red+Green+Blue) = 202+187+170=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBAA is #354455. Grayscale: #BDBDBD. Windows color (decimal): -3490902 or 11189194. OLE color: 11189194.

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

Color convert

RGB 202 187 170 -
CMYK 0 0.07 0.16 0.21
HSL 31.88º 0.23% 0.73% -
HSV(B) 31.88º 0.16% 0.79% -
XYZ 49.38 51 45.27 -
YUV 189.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 202 187 170 0 0.07 0.16 0.21 31.88 0.23 0.73
Hex CA BB AA 0 7 10 15 20 17 49
Octal 312 273 252 0 7 20 25 40 27 111
Binary 11001010 10111011 10101010 0 111 10000 10101 100000 10111 1001001

Color Harmonies of #CABBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBAA

Black with #CABBAA

Text Example


Text Example

White with #CABBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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