#C0AFA2

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

Shades of Silk #C0AFA2

Tints of Silk #C0AFA2

Color information

#C0AFA2 (or 0xC0AFA2) is unknown color: approx Silk. HEX triplet: C0, AF and A2. RGB value is (192,175,162). Sum of RGB (Red+Green+Blue) = 192+175+162=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFA2 is #3F505D. Grayscale: #B2B2B2. Windows color (decimal): -4149342 or 10661824. OLE color: 10661824.

HSL color Cylindrical-coordinate representation of color #C0AFA2: hue angle of 26º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0AFA2 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192175162-
CMYK00.090.160.25
HSL26º19.23%69.41%-
HSV(B)26º15.62%75.29%-
XYZ43.5944.4840.47-
YUV178.6118.63137.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=36.29%
G=33.08%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217516200.090.160.252619.2369.41
HexC0AFA20910191a1345
Octal30025724201120313223105
Binary11000000101011111010001001001100001100111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFA2; }

 p { color: rgb(192,175,162); }

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

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

 a { background-color: rgb(192,175,162); }

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

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

 span { border-color: rgb(192,175,162); }

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