#CAC19C

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

Shades of Sisal #CAC19C

Tints of Sisal #CAC19C

Color information

#CAC19C (or 0xCAC19C) is unknown color: approx Sisal. HEX triplet: CA, C1 and 9C. RGB value is (202,193,156). Sum of RGB (Red+Green+Blue) = 202+193+156=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC19C is #353E63. Grayscale: #BFBFBF. Windows color (decimal): -3489380 or 10273226. OLE color: 10273226.

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

Color convert

RGB202193156-
CMYK00.040.230.21
HSL48.26º30.26%70.2%-
HSV(B)48.26º22.77%79.22%-
XYZ49.4353.139.1-
YUV191.47107.98135.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=36.66%
G=35.03%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219315600.040.230.2148.2630.2670.2
HexCAC19C041715301e46
Octal3123012340427256036106
Binary11001010110000011001110001001011110101110000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC19C; }

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

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

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

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

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

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

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

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