#CAC19D

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

Shades of Sisal #CAC19D

Tints of Sisal #CAC19D

Color information

#CAC19D (or 0xCAC19D) is unknown color: approx Sisal. HEX triplet: CA, C1 and 9D. RGB value is (202,193,157). Sum of RGB (Red+Green+Blue) = 202+193+157=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC19D is #353E62. Grayscale: #BFBFBF. Windows color (decimal): -3489379 or 10338762. OLE color: 10338762.

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

Color convert

RGB202193157-
CMYK00.040.220.21
HSL48º29.8%70.39%-
HSV(B)48º22.28%79.22%-
XYZ49.5153.1339.54-
YUV191.59108.48135.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=36.59%
G=34.96%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219315700.040.220.214829.870.39
HexCAC19D041615301e46
Octal3123012350426256036106
Binary11001010110000011001110101001011010101110000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC19D; }

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

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

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

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

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

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

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

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