#CCC198

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

Shades of Sisal #CCC198

Tints of Sisal #CCC198

Color information

#CCC198 (or 0xCCC198) is unknown color: approx Sisal. HEX triplet: CC, C1 and 98. RGB value is (204,193,152). Sum of RGB (Red+Green+Blue) = 204+193+152=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC198 is #333E67. Grayscale: #BFBFBF. Windows color (decimal): -3358312 or 10011084. OLE color: 10011084.

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

Color convert

RGB204193152-
CMYK00.050.250.2
HSL47.31º33.77%69.8%-
HSV(B)47.31º25.49%80%-
XYZ49.6453.2437.37-
YUV191.61105.64136.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=37.16%
G=35.15%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419315200.050.250.247.3133.7769.8
HexCCC1980519142f2246
Octal3143012300531245742106
Binary110011001100000110011000010111001101001011111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC198; }

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

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

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

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

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

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

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

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