#CAC096

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

Shades of Sisal #CAC096

Tints of Sisal #CAC096

Color information

#CAC096 (or 0xCAC096) is unknown color: approx Sisal. HEX triplet: CA, C0 and 96. RGB value is (202,192,150). Sum of RGB (Red+Green+Blue) = 202+192+150=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC096 is #353F69. Grayscale: #BEBEBE. Windows color (decimal): -3489642 or 9879754. OLE color: 9879754.

HSL color Cylindrical-coordinate representation of color #CAC096: hue angle of 48.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC096 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202192150-
CMYK00.050.260.21
HSL48.46º32.91%69.02%-
HSV(B)48.46º25.74%79.22%-
XYZ48.7152.4636.41-
YUV190.2105.31136.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=37.13%
G=35.29%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219215000.050.260.2148.4632.9169.02
HexCAC096051A15302145
Octal3123002260532256041105
Binary110010101100000010010110010111010101011100001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC096; }

 p { color: rgb(202,192,150); }

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

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

 a { background-color: rgb(202,192,150); }

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

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

 span { border-color: rgb(202,192,150); }

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