#C0AC9D

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

Shades of Silk #C0AC9D

Tints of Silk #C0AC9D

Color information

#C0AC9D (or 0xC0AC9D) is unknown color: approx Silk. HEX triplet: C0, AC and 9D. RGB value is (192,172,157). Sum of RGB (Red+Green+Blue) = 192+172+157=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC9D is #3F5362. Grayscale: #B0B0B0. Windows color (decimal): -4150115 or 10333376. OLE color: 10333376.

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

Color convert

RGB192172157-
CMYK00.100.180.25
HSL25.71º21.74%68.43%-
HSV(B)25.71º18.23%75.29%-
XYZ42.5843.1537.98-
YUV176.27117.13139.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=36.85%
G=33.01%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217215700.100.180.2525.7121.7468.43
HexC0AC9D0A12191a1644
Octal30025423501222313226104
Binary11000000101011001001110101010100101100111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC9D; }

 p { color: rgb(192,172,157); }

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

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

 a { background-color: rgb(192,172,157); }

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

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

 span { border-color: rgb(192,172,157); }

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