#C0AA9A

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

Shades of Silk #C0AA9A

Tints of Silk #C0AA9A

Color information

#C0AA9A (or 0xC0AA9A) is unknown color: approx Silk. HEX triplet: C0, AA and 9A. RGB value is (192,170,154). Sum of RGB (Red+Green+Blue) = 192+170+154=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA9A is #3F5565. Grayscale: #AEAEAE. Windows color (decimal): -4150630 or 10136256. OLE color: 10136256.

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

Color convert

RGB192170154-
CMYK00.110.200.25
HSL25.26º23.17%67.84%-
HSV(B)25.26º19.79%75.29%-
XYZ41.9542.2936.52-
YUV174.75116.29140.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=37.21%
G=32.95%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217015400.110.200.2525.2623.1767.84
HexC0AA9A0B1419191744
Octal30025223201324313127104
Binary11000000101010101001101001011101001100111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA9A; }

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

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

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

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

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

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

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

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