#CAC094

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

Shades of Sisal #CAC094

Tints of Sisal #CAC094

Color information

#CAC094 (or 0xCAC094) is unknown color: approx Sisal. HEX triplet: CA, C0 and 94. RGB value is (202,192,148). Sum of RGB (Red+Green+Blue) = 202+192+148=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC094 is #353F6B. Grayscale: #BEBEBE. Windows color (decimal): -3489644 or 9748682. OLE color: 9748682.

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

Color convert

RGB202192148-
CMYK00.050.270.21
HSL48.89º33.75%68.63%-
HSV(B)48.89º26.73%79.22%-
XYZ48.5552.3935.57-
YUV189.97104.31136.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=37.27%
G=35.42%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219214800.050.270.2148.8933.7568.63
HexCAC094051B15312245
Octal3123002240533256142105
Binary110010101100000010010100010111011101011100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC094; }

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

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

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

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

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

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

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

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