#C2AC98

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

Shades of Silk #C2AC98

Tints of Silk #C2AC98

Color information

#C2AC98 (or 0xC2AC98) is unknown color: approx Silk. HEX triplet: C2, AC and 98. RGB value is (194,172,152). Sum of RGB (Red+Green+Blue) = 194+172+152=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC98 is #3D5367. Grayscale: #B0B0B0. Windows color (decimal): -4019048 or 10005698. OLE color: 10005698.

HSL color Cylindrical-coordinate representation of color #C2AC98: hue angle of 28.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2AC98 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194172152-
CMYK00.110.220.24
HSL28.57º25.61%67.84%-
HSV(B)28.57º21.65%76.08%-
XYZ42.6743.2435.8-
YUV176.3114.29140.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=37.45%
G=33.20%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417215200.110.220.2428.5725.6167.84
HexC2AC980B16181d1a44
Octal30225423001326303532104
Binary11000010101011001001100001011101101100011101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC98; }

 p { color: rgb(194,172,152); }

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

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

 a { background-color: rgb(194,172,152); }

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

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

 span { border-color: rgb(194,172,152); }

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