#CABAA5

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

Shades of Grain Brown #CABAA5

Tints of Grain Brown #CABAA5

Color information

#CABAA5 (or 0xCABAA5) is unknown color: approx Grain Brown. HEX triplet: CA, BA and A5. RGB value is (202,186,165). Sum of RGB (Red+Green+Blue) = 202+186+165=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAA5 is #35455A. Grayscale: #BCBCBC. Windows color (decimal): -3491163 or 10861258. OLE color: 10861258.

HSL color Cylindrical-coordinate representation of color #CABAA5: hue angle of 34.05º degrees, saturation: 0.26, 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 #CABAA5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202186165-
CMYK00.080.180.21
HSL34.05º25.87%71.96%-
HSV(B)34.05º18.32%79.22%-
XYZ48.7150.3942.76-
YUV188.39114.8137.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 165 (64.84% from 255) = 29.84%
R=36.53%
G=33.63%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218616500.080.180.2134.0525.8771.96
HexCABAA5081215221a48
Octal31227224501022254232110
Binary110010101011101010100101010001001010101100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAA5; }

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

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

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

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

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

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

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

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