#C0AB9D

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

Shades of Silk #C0AB9D

Tints of Silk #C0AB9D

Color information

#C0AB9D (or 0xC0AB9D) is unknown color: approx Silk. HEX triplet: C0, AB and 9D. RGB value is (192,171,157). Sum of RGB (Red+Green+Blue) = 192+171+157=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB9D is #3F5462. Grayscale: #AFAFAF. Windows color (decimal): -4150371 or 10333120. OLE color: 10333120.

HSL color Cylindrical-coordinate representation of color #C0AB9D: hue angle of 24º 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 #C0AB9D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192171157-
CMYK00.110.180.25
HSL24º21.74%68.43%-
HSV(B)24º18.23%75.29%-
XYZ42.3942.7737.92-
YUV175.68117.46139.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=36.92%
G=32.88%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217115700.110.180.252421.7468.43
HexC0AB9D0B1219181644
Octal30025323501322313026104
Binary11000000101010111001110101011100101100111000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB9D; }

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

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

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

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

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

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

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

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