Html Css Color HEX #CABAAB Grain Brown

📋 copy color: '#CABAAB'

red 202 ◦ green 186 ◦ blue 171

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

Shades of Grain Brown #CABAAB

Tints of Grain Brown #CABAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.27%

 BLUE value IS 171 (67.19% from 255) = 30.59%

R = 36.14%
G = 33.27%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CABAAB (or 0xCABAAB) is known color: Grain Brown. HEX triplet: CA, BA and AB. RGB value is (202,186,171). Sum of RGB (Red+Green+Blue) = 202+186+171=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAAB is #354554. Grayscale: #BDBDBD. Windows color (decimal): -3491157 or 11254474. OLE color: 11254474.

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

Color convert

RGB 202 186 171 -
CMYK 0 0.08 0.15 0.21
HSL 29.03º 0.23% 0.73% -
HSV(B) 29.03º 0.15% 0.79% -
XYZ 49.27 50.61 45.7 -
YUV 189.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 202 186 171 0 0.08 0.15 0.21 29.03 0.23 0.73
Hex CA BA AB 0 8 F 15 1D 17 49
Octal 312 272 253 0 10 17 25 35 27 111
Binary 11001010 10111010 10101011 0 1000 1111 10101 11101 10111 1001001

Color Harmonies of #CABAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAAB

Black with #CABAAB

Text Example


Text Example

White with #CABAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAAB; }

 p { color: rgb(202,186,171); }

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

background-color css

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

 a { background-color: rgb(202,186,171); }

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

border-color css

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

 span { border-color: rgb(202,186,171); }

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