#C3A993

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

Shades of Silk #C3A993

Tints of Silk #C3A993

Color information

#C3A993 (or 0xC3A993) is unknown color: approx Silk. HEX triplet: C3, A9 and 93. RGB value is (195,169,147). Sum of RGB (Red+Green+Blue) = 195+169+147=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A993 is #3C566C. Grayscale: #AEAEAE. Windows color (decimal): -3954285 or 9677251. OLE color: 9677251.

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

Color convert

RGB195169147-
CMYK00.130.250.24
HSL27.5º28.57%67.06%-
HSV(B)27.5º24.62%76.47%-
XYZ41.9642.0833.52-
YUV174.27112.61142.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=38.16%
G=33.07%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516914700.130.250.2427.528.5767.06
HexC3A9930D19181c1d43
Octal30325122301531303435103
Binary11000011101010011001001101101110011100011100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A993; }

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

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

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

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

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

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

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

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