#C0AA95

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

Shades of Silk #C0AA95

Tints of Silk #C0AA95

Color information

#C0AA95 (or 0xC0AA95) is unknown color: approx Silk. HEX triplet: C0, AA and 95. RGB value is (192,170,149). Sum of RGB (Red+Green+Blue) = 192+170+149=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA95 is #3F556A. Grayscale: #AEAEAE. Windows color (decimal): -4150635 or 9808576. OLE color: 9808576.

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

Color convert

RGB192170149-
CMYK00.110.220.25
HSL29.3º25.44%66.86%-
HSV(B)29.3º22.4%75.29%-
XYZ41.5442.1334.38-
YUV174.18113.79140.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=37.57%
G=33.27%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217014900.110.220.2529.325.4466.86
HexC0AA950B16191d1943
Octal30025222501326313531103
Binary11000000101010101001010101011101101100111101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA95; }

 p { color: rgb(192,170,149); }

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

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

 a { background-color: rgb(192,170,149); }

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

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

 span { border-color: rgb(192,170,149); }

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