#CAB7A6

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

Shades of Grain Brown #CAB7A6

Tints of Grain Brown #CAB7A6

Color information

#CAB7A6 (or 0xCAB7A6) is unknown color: approx Grain Brown. HEX triplet: CA, B7 and A6. RGB value is (202,183,166). Sum of RGB (Red+Green+Blue) = 202+183+166=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB7A6 is #354859. Grayscale: #BABABA. Windows color (decimal): -3491930 or 10926026. OLE color: 10926026.

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

Color convert

RGB202183166-
CMYK00.090.180.21
HSL28.33º25.35%72.16%-
HSV(B)28.33º17.82%79.22%-
XYZ48.1749.1843.03-
YUV186.74116.29138.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 166 (65.23% from 255) = 30.13%
R=36.66%
G=33.21%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218316600.090.180.2128.3325.3572.16
HexCAB7A60912151c1948
Octal31226724601122253431110
Binary11001010101101111010011001001100101010111100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7A6; }

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

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

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

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

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

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

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

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