#CAB99F

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

Shades of Grain Brown #CAB99F

Tints of Grain Brown #CAB99F

Color information

#CAB99F (or 0xCAB99F) is unknown color: approx Grain Brown. HEX triplet: CA, B9 and 9F. RGB value is (202,185,159). Sum of RGB (Red+Green+Blue) = 202+185+159=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB99F is #354660. Grayscale: #BBBBBB. Windows color (decimal): -3491425 or 10467786. OLE color: 10467786.

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

Color convert

RGB202185159-
CMYK00.080.210.21
HSL36.28º28.86%70.78%-
HSV(B)36.28º21.29%79.22%-
XYZ47.9649.7639.88-
YUV187.12112.13138.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=37.00%
G=33.88%
B=29.12%

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
Decimal20218515900.080.210.2136.2828.8670.78
HexCAB99F081515241d47
Octal31227123701025254435107
Binary110010101011100110011111010001010110101100100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB99F; }

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

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

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

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

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

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

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

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