#C0A795

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

Shades of Silk #C0A795

Tints of Silk #C0A795

Color information

#C0A795 (or 0xC0A795) is unknown color: approx Silk. HEX triplet: C0, A7 and 95. RGB value is (192,167,149). Sum of RGB (Red+Green+Blue) = 192+167+149=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A795 is #3F586A. Grayscale: #ACACAC. Windows color (decimal): -4151403 or 9807808. OLE color: 9807808.

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

Color convert

RGB192167149-
CMYK00.130.220.25
HSL25.12º25.44%66.86%-
HSV(B)25.12º22.4%75.29%-
XYZ40.9841.0134.19-
YUV172.42114.78141.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=37.80%
G=32.87%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216714900.130.220.2525.1225.4466.86
HexC0A7950D1619191943
Octal30024722501526313131103
Binary11000000101001111001010101101101101100111001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A795; }

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

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

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

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

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

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

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

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