#CAC299

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

Shades of Sisal #CAC299

Tints of Sisal #CAC299

Color information

#CAC299 (or 0xCAC299) is unknown color: approx Sisal. HEX triplet: CA, C2 and 99. RGB value is (202,194,153). Sum of RGB (Red+Green+Blue) = 202+194+153=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC299 is #353D66. Grayscale: #BFBFBF. Windows color (decimal): -3489127 or 10076874. OLE color: 10076874.

HSL color Cylindrical-coordinate representation of color #CAC299: hue angle of 50.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC299 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202194153-
CMYK00.040.240.21
HSL50.2º31.61%69.61%-
HSV(B)50.2º24.26%79.22%-
XYZ49.453.4437.85-
YUV191.72106.15135.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=36.79%
G=35.34%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219415300.040.240.2150.231.6169.61
HexCAC299041815322046
Octal3123022310430256240106
Binary110010101100001010011001010011000101011100101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC299; }

 p { color: rgb(202,194,153); }

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

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

 a { background-color: rgb(202,194,153); }

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

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

 span { border-color: rgb(202,194,153); }

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