#CAC29B

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

Shades of Sisal #CAC29B

Tints of Sisal #CAC29B

Color information

#CAC29B (or 0xCAC29B) is unknown color: approx Sisal. HEX triplet: CA, C2 and 9B. RGB value is (202,194,155). Sum of RGB (Red+Green+Blue) = 202+194+155=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC29B is #353D64. Grayscale: #C0C0C0. Windows color (decimal): -3489125 or 10207946. OLE color: 10207946.

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

Color convert

RGB202194155-
CMYK00.040.230.21
HSL49.79º30.72%70%-
HSV(B)49.79º23.27%79.22%-
XYZ49.5753.5138.73-
YUV191.95107.15135.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=36.66%
G=35.21%
B=28.13%

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
Decimal20219415500.040.230.2149.7930.7270
HexCAC29B041715321f46
Octal3123022330427256237106
Binary11001010110000101001101101001011110101110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC29B; }

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

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

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

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

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

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

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

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