#CAC09D

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

Shades of Sisal #CAC09D

Tints of Sisal #CAC09D

Color information

#CAC09D (or 0xCAC09D) is unknown color: approx Sisal. HEX triplet: CA, C0 and 9D. RGB value is (202,192,157). Sum of RGB (Red+Green+Blue) = 202+192+157=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC09D is #353F62. Grayscale: #BFBFBF. Windows color (decimal): -3489635 or 10338506. OLE color: 10338506.

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

Color convert

RGB202192157-
CMYK00.050.220.21
HSL46.67º29.8%70.39%-
HSV(B)46.67º22.28%79.22%-
XYZ49.2952.6939.47-
YUV191108.81135.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=36.66%
G=34.85%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219215700.050.220.2146.6729.870.39
HexCAC09D0516152f1e46
Octal3123002350526255736106
Binary11001010110000001001110101011011010101101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC09D; }

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

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

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

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

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

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

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

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