#C0AFA5

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

Shades of Silk #C0AFA5

Tints of Silk #C0AFA5

Color information

#C0AFA5 (or 0xC0AFA5) is unknown color: approx Silk. HEX triplet: C0, AF and A5. RGB value is (192,175,165). Sum of RGB (Red+Green+Blue) = 192+175+165=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFA5 is #3F505A. Grayscale: #B3B3B3. Windows color (decimal): -4149339 or 10858432. OLE color: 10858432.

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

Color convert

RGB192175165-
CMYK00.090.140.25
HSL22.22º17.65%70%-
HSV(B)22.22º14.06%75.29%-
XYZ43.8644.5841.89-
YUV178.94120.13137.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=36.09%
G=32.89%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217516500.090.140.2522.2217.6570
HexC0AFA509E19161246
Octal30025724501116312622106
Binary1100000010101111101001010100111101100110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFA5; }

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

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

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

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

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

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

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

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