#CABBA6

Color #CABBA6 Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #CABBA6

Tints of Grain Brown #CABBA6

Color information

#CABBA6 (or 0xCABBA6) is unknown color: approx 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

RGB202187166-
CMYK00.070.180.21
HSL35º25.35%72.16%-
HSV(B)35º17.82%79.22%-
XYZ49.0150.8543.31-
YUV189.09114.97137.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 166 (65.23% from 255) = 29.91%
R=36.40%
G=33.69%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218716600.070.180.213525.3572.16
HexCABBA6071215231948
Octal3122732460722254331110
Binary11001010101110111010011001111001010101100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>