Html Css Color HEX #CABBA6 Grain Brown

📋 copy color: '#CABBA6'

red 202 ◦ green 187 ◦ blue 166

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

Shades of Grain Brown #CABBA6

Tints of Grain Brown #CABBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.91%

R = 36.4%
G = 33.69%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CABBA6 (or 0xCABBA6) is known color: Grain Brown. HEX triplet: CA, BB and A6. RGB value is (202,187,166). Sum of RGB (Red+Green+Blue) = 202+187+166=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA6 is #354459. Grayscale: #BDBDBD. Windows color (decimal): -3490906 or 10927050. OLE color: 10927050.

HSL color Cylindrical-coordinate representation of color #CABBA6: hue angle of 35º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABBA6 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 166 -
CMYK 0 0.07 0.18 0.21
HSL 35º 0.25% 0.72% -
HSV(B) 35º 0.18% 0.79% -
XYZ 49.01 50.85 43.31 -
YUV 189.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 202 187 166 0 0.07 0.18 0.21 35 0.25 0.72
Hex CA BB A6 0 7 12 15 23 19 48
Octal 312 273 246 0 7 22 25 43 31 110
Binary 11001010 10111011 10100110 0 111 10010 10101 100011 11001 1001000

Color Harmonies of #CABBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBA6

Black with #CABBA6

Text Example


Text Example

White with #CABBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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