#CCC197

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

Shades of Sisal #CCC197

Tints of Sisal #CCC197

Color information

#CCC197 (or 0xCCC197) is unknown color: approx Sisal. HEX triplet: CC, C1 and 97. RGB value is (204,193,151). Sum of RGB (Red+Green+Blue) = 204+193+151=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC197 is #333E68. Grayscale: #BFBFBF. Windows color (decimal): -3358313 or 9945548. OLE color: 9945548.

HSL color Cylindrical-coordinate representation of color #CCC197: hue angle of 47.55º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCC197 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204193151-
CMYK00.050.260.2
HSL47.55º34.19%69.61%-
HSV(B)47.55º25.98%80%-
XYZ49.5653.2136.94-
YUV191.5105.14136.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=37.23%
G=35.22%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419315100.050.260.247.5534.1969.61
HexCCC197051A14302246
Octal3143012270532246042106
Binary110011001100000110010111010111010101001100001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC197; }

 p { color: rgb(204,193,151); }

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

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

 a { background-color: rgb(204,193,151); }

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

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

 span { border-color: rgb(204,193,151); }

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