#CAC195

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

Shades of Sisal #CAC195

Tints of Sisal #CAC195

Color information

#CAC195 (or 0xCAC195) is unknown color: approx Sisal. HEX triplet: CA, C1 and 95. RGB value is (202,193,149). Sum of RGB (Red+Green+Blue) = 202+193+149=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC195 is #353E6A. Grayscale: #BEBEBE. Windows color (decimal): -3489387 or 9814474. OLE color: 9814474.

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

Color convert

RGB202193149-
CMYK00.040.260.21
HSL49.81º33.33%68.82%-
HSV(B)49.81º26.24%79.22%-
XYZ48.8552.8736.06-
YUV190.68104.48136.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=37.13%
G=35.48%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219314900.040.260.2149.8133.3368.82
HexCAC195041A15322145
Octal3123012250432256241105
Binary110010101100000110010101010011010101011100101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC195; }

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

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

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

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

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

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

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

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