#CAC39B

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

Shades of Sisal #CAC39B

Tints of Sisal #CAC39B

Color information

#CAC39B (or 0xCAC39B) is unknown color: approx Sisal. HEX triplet: CA, C3 and 9B. RGB value is (202,195,155). Sum of RGB (Red+Green+Blue) = 202+195+155=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC39B is #353C64. Grayscale: #C0C0C0. Windows color (decimal): -3488869 or 10208202. OLE color: 10208202.

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

Color convert

RGB202195155-
CMYK00.030.230.21
HSL51.06º30.72%70%-
HSV(B)51.06º23.27%79.22%-
XYZ49.7953.9538.8-
YUV192.53106.82134.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=36.59%
G=35.33%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219515500.030.230.2151.0630.7270
HexCAC39B031715331f46
Octal3123032330327256337106
Binary1100101011000011100110110111011110101110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC39B; }

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

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

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

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

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

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

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

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