#CABAA0

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

Shades of Grain Brown #CABAA0

Tints of Grain Brown #CABAA0

Color information

#CABAA0 (or 0xCABAA0) is unknown color: approx Grain Brown. HEX triplet: CA, BA and A0. RGB value is (202,186,160). Sum of RGB (Red+Green+Blue) = 202+186+160=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAA0 is #35455F. Grayscale: #BBBBBB. Windows color (decimal): -3491168 or 10533578. OLE color: 10533578.

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

Color convert

RGB202186160-
CMYK00.080.210.21
HSL37.14º28.38%70.98%-
HSV(B)37.14º20.79%79.22%-
XYZ48.2650.2140.41-
YUV187.82112.3138.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=36.86%
G=33.94%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218616000.080.210.2137.1428.3870.98
HexCABAA0081515251c47
Octal31227224001025254534107
Binary110010101011101010100000010001010110101100101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAA0; }

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

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

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

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

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

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

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

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