#C2A898

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

Shades of Silk #C2A898

Tints of Silk #C2A898

Color information

#C2A898 (or 0xC2A898) is unknown color: approx Silk. HEX triplet: C2, A8 and 98. RGB value is (194,168,152). Sum of RGB (Red+Green+Blue) = 194+168+152=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A898 is #3D5767. Grayscale: #AEAEAE. Windows color (decimal): -4020072 or 10004674. OLE color: 10004674.

HSL color Cylindrical-coordinate representation of color #C2A898: hue angle of 22.86º 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 #C2A898 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194168152-
CMYK00.130.220.24
HSL22.86º25.61%67.84%-
HSV(B)22.86º21.65%76.08%-
XYZ41.9241.7435.55-
YUV173.95115.61142.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 168 (66.02% from 255) = 32.68%
BLUE value IS 152 (59.77% from 255) = 29.57%
R=37.74%
G=32.68%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416815200.130.220.2422.8625.6167.84
HexC2A8980D1618171a44
Octal30225023001526302732104
Binary11000010101010001001100001101101101100010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A898; }

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

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

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

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

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

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

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

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