#CAB7A1

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

Shades of Grain Brown #CAB7A1

Tints of Grain Brown #CAB7A1

Color information

#CAB7A1 (or 0xCAB7A1) is unknown color: approx Grain Brown. HEX triplet: CA, B7 and A1. RGB value is (202,183,161). Sum of RGB (Red+Green+Blue) = 202+183+161=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7A1 is #35485E. Grayscale: #BABABA. Windows color (decimal): -3491935 or 10598346. OLE color: 10598346.

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

Color convert

RGB202183161-
CMYK00.090.200.21
HSL32.2º27.89%71.18%-
HSV(B)32.2º20.3%79.22%-
XYZ47.724940.66-
YUV186.17113.79139.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=37.00%
G=33.52%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218316100.090.200.2132.227.8971.18
HexCAB7A1091415201c47
Octal31226724101124254034107
Binary110010101011011110100001010011010010101100000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7A1; }

 p { color: rgb(202,183,161); }

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

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

 a { background-color: rgb(202,183,161); }

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

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

 span { border-color: rgb(202,183,161); }

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