#C0AB9F

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

Shades of Silk #C0AB9F

Tints of Silk #C0AB9F

Color information

#C0AB9F (or 0xC0AB9F) is unknown color: approx Silk. HEX triplet: C0, AB and 9F. RGB value is (192,171,159). Sum of RGB (Red+Green+Blue) = 192+171+159=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB9F is #3F5460. Grayscale: #AFAFAF. Windows color (decimal): -4150369 or 10464192. OLE color: 10464192.

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

Color convert

RGB192171159-
CMYK00.110.170.25
HSL21.82º20.75%68.82%-
HSV(B)21.82º17.19%75.29%-
XYZ42.5642.8438.83-
YUV175.91118.46139.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=36.78%
G=32.76%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217115900.110.170.2521.8220.7568.82
HexC0AB9F0B1119161545
Octal30025323701321312625105
Binary11000000101010111001111101011100011100110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB9F; }

 p { color: rgb(192,171,159); }

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

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

 a { background-color: rgb(192,171,159); }

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

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

 span { border-color: rgb(192,171,159); }

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