#C3A997

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

Shades of Silk #C3A997

Tints of Silk #C3A997

Color information

#C3A997 (or 0xC3A997) is unknown color: approx Silk. HEX triplet: C3, A9 and 97. RGB value is (195,169,151). Sum of RGB (Red+Green+Blue) = 195+169+151=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A997 is #3C5668. Grayscale: #AEAEAE. Windows color (decimal): -3954281 or 9939395. OLE color: 9939395.

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

Color convert

RGB195169151-
CMYK00.130.230.24
HSL24.55º26.83%67.84%-
HSV(B)24.55º22.56%76.47%-
XYZ42.2842.2135.2-
YUV174.72114.61142.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 169 (66.41% from 255) = 32.82%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=37.86%
G=32.82%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516915100.130.230.2424.5526.8367.84
HexC3A9970D1718191b44
Octal30325122701527303133104
Binary11000011101010011001011101101101111100011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A997; }

 p { color: rgb(195,169,151); }

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

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

 a { background-color: rgb(195,169,151); }

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

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

 span { border-color: rgb(195,169,151); }

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