#CAC19B

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

Shades of Sisal #CAC19B

Tints of Sisal #CAC19B

Color information

#CAC19B (or 0xCAC19B) is unknown color: approx Sisal. HEX triplet: CA, C1 and 9B. RGB value is (202,193,155). Sum of RGB (Red+Green+Blue) = 202+193+155=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC19B is #353E64. Grayscale: #BFBFBF. Windows color (decimal): -3489381 or 10207690. OLE color: 10207690.

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

Color convert

RGB202193155-
CMYK00.040.230.21
HSL48.51º30.72%70%-
HSV(B)48.51º23.27%79.22%-
XYZ49.3453.0638.65-
YUV191.36107.48135.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=36.73%
G=35.09%
B=28.18%

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
Decimal20219315500.040.230.2148.5130.7270
HexCAC19B041715311f46
Octal3123012330427256137106
Binary11001010110000011001101101001011110101110001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC19B; }

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

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

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

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

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

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

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

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