#CAC095

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

Shades of Sisal #CAC095

Tints of Sisal #CAC095

Color information

#CAC095 (or 0xCAC095) is unknown color: approx Sisal. HEX triplet: CA, C0 and 95. RGB value is (202,192,149). Sum of RGB (Red+Green+Blue) = 202+192+149=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC095 is #353F6A. Grayscale: #BEBEBE. Windows color (decimal): -3489643 or 9814218. OLE color: 9814218.

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

Color convert

RGB202192149-
CMYK00.050.260.21
HSL48.68º33.33%68.82%-
HSV(B)48.68º26.24%79.22%-
XYZ48.6352.4335.99-
YUV190.09104.81136.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=37.20%
G=35.36%
B=27.44%

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
Decimal20219214900.050.260.2148.6833.3368.82
HexCAC095051A15312145
Octal3123002250532256141105
Binary110010101100000010010101010111010101011100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC095; }

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

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

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

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

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

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

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

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