#CCC096

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

Shades of Sisal #CCC096

Tints of Sisal #CCC096

Color information

#CCC096 (or 0xCCC096) is unknown color: approx Sisal. HEX triplet: CC, C0 and 96. RGB value is (204,192,150). Sum of RGB (Red+Green+Blue) = 204+192+150=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC096 is #333F69. Grayscale: #BEBEBE. Windows color (decimal): -3358570 or 9879756. OLE color: 9879756.

HSL color Cylindrical-coordinate representation of color #CCC096: hue angle of 46.67º 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 #CCC096 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204192150-
CMYK00.060.260.2
HSL46.67º34.62%69.41%-
HSV(B)46.67º26.47%80%-
XYZ49.2652.7436.44-
YUV190.8104.98137.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=37.36%
G=35.16%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419215000.060.260.246.6734.6269.41
HexCCC096061A142f2345
Octal3143002260632245743105
Binary110011001100000010010110011011010101001011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC096; }

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

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

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

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

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

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

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

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