#CAC1A0

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

Shades of Sisal #CAC1A0

Tints of Sisal #CAC1A0

Color information

#CAC1A0 (or 0xCAC1A0) is unknown color: approx Sisal. HEX triplet: CA, C1 and A0. RGB value is (202,193,160). Sum of RGB (Red+Green+Blue) = 202+193+160=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC1A0 is #353E5F. Grayscale: #C0C0C0. Windows color (decimal): -3489376 or 10535370. OLE color: 10535370.

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

Color convert

RGB202193160-
CMYK00.040.210.21
HSL47.14º28.38%70.98%-
HSV(B)47.14º20.79%79.22%-
XYZ49.7753.2340.91-
YUV191.93109.98135.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=36.40%
G=34.77%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219316000.040.210.2147.1428.3870.98
HexCAC1A00415152f1c47
Octal3123012400425255734107
Binary11001010110000011010000001001010110101101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1A0; }

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

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

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

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

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

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

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

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