#CCC098

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

Shades of Sisal #CCC098

Tints of Sisal #CCC098

Color information

#CCC098 (or 0xCCC098) is unknown color: approx Sisal. HEX triplet: CC, C0 and 98. RGB value is (204,192,152). Sum of RGB (Red+Green+Blue) = 204+192+152=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC098 is #333F67. Grayscale: #BFBFBF. Windows color (decimal): -3358568 or 10010828. OLE color: 10010828.

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

Color convert

RGB204192152-
CMYK00.060.250.2
HSL46.15º33.77%69.8%-
HSV(B)46.15º25.49%80%-
XYZ49.4252.837.29-
YUV191.03105.98137.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 192 (75.39% from 255) = 35.04%
BLUE value IS 152 (59.77% from 255) = 27.74%
R=37.23%
G=35.04%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419215200.060.250.246.1533.7769.8
HexCCC0980619142e2246
Octal3143002300631245642106
Binary110011001100000010011000011011001101001011101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC098; }

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

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

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

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

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

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

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

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