#CABBAC

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

Shades of Grain Brown #CABBAC

Tints of Grain Brown #CABBAC

Color information

#CABBAC (or 0xCABBAC) is unknown color: approx Grain Brown. HEX triplet: CA, BB and AC. RGB value is (202,187,172). Sum of RGB (Red+Green+Blue) = 202+187+172=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBAC is #354453. Grayscale: #BDBDBD. Windows color (decimal): -3490900 or 11320266. OLE color: 11320266.

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

Color convert

RGB202187172-
CMYK00.070.150.21
HSL30º22.06%73.33%-
HSV(B)30º14.85%79.22%-
XYZ49.5751.0846.28-
YUV189.77117.97136.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=36.01%
G=33.33%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218717200.070.150.213022.0673.33
HexCABBAC07F151e1649
Octal3122732540717253626111
Binary110010101011101110101100011111111010111110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBAC; }

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

 H1.HeaderClassName
 {
   color: #CABBAC;
 }
 .AnyTagClassName
 {
   color: #CABBAC;
 }
</style>
background-color css

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

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

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

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

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

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