#CAB79F

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

Shades of Grain Brown #CAB79F

Tints of Grain Brown #CAB79F

Color information

#CAB79F (or 0xCAB79F) is unknown color: approx Grain Brown. HEX triplet: CA, B7 and 9F. RGB value is (202,183,159). Sum of RGB (Red+Green+Blue) = 202+183+159=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB79F is #354860. Grayscale: #BABABA. Windows color (decimal): -3491937 or 10467274. OLE color: 10467274.

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

Color convert

RGB202183159-
CMYK00.090.210.21
HSL33.49º28.86%70.78%-
HSV(B)33.49º21.29%79.22%-
XYZ47.5548.9339.74-
YUV185.94112.79139.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=37.13%
G=33.64%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218315900.090.210.2133.4928.8670.78
HexCAB79F091515211d47
Octal31226723701125254135107
Binary110010101011011110011111010011010110101100001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB79F; }

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

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

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

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

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

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

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

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