#C7AFA0

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

Shades of Silk #C7AFA0

Tints of Silk #C7AFA0

Color information

#C7AFA0 (or 0xC7AFA0) is unknown color: approx Silk. HEX triplet: C7, AF and A0. RGB value is (199,175,160). Sum of RGB (Red+Green+Blue) = 199+175+160=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFA0 is #38505F. Grayscale: #B4B4B4. Windows color (decimal): -3690592 or 10530759. OLE color: 10530759.

HSL color Cylindrical-coordinate representation of color #C7AFA0: hue angle of 23.08º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7AFA0 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB199175160-
CMYK00.120.200.22
HSL23.08º25.83%70.39%-
HSV(B)23.08º19.6%78.04%-
XYZ45.2345.3439.63-
YUV180.47116.45141.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=37.27%
G=32.77%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917516000.120.200.2223.0825.8370.39
HexC7AFA00C1416171a46
Octal30725724001424262732106
Binary11000111101011111010000001100101001011010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFA0; }

 p { color: rgb(199,175,160); }

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

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

 a { background-color: rgb(199,175,160); }

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

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

 span { border-color: rgb(199,175,160); }

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