#CCC196

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

Shades of Sisal #CCC196

Tints of Sisal #CCC196

Color information

#CCC196 (or 0xCCC196) is unknown color: approx Sisal. HEX triplet: CC, C1 and 96. RGB value is (204,193,150). Sum of RGB (Red+Green+Blue) = 204+193+150=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC196 is #333E69. Grayscale: #BFBFBF. Windows color (decimal): -3358314 or 9880012. OLE color: 9880012.

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

Color convert

RGB204193150-
CMYK00.050.260.2
HSL47.78º34.62%69.41%-
HSV(B)47.78º26.47%80%-
XYZ49.4853.1836.51-
YUV191.39104.64137-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=37.29%
G=35.28%
B=27.42%

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
Decimal20419315000.050.260.247.7834.6269.41
HexCCC196051A14302345
Octal3143012260532246043105
Binary110011001100000110010110010111010101001100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC196; }

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

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

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

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

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

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

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

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