#C0A596

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

Shades of Silk #C0A596

Tints of Silk #C0A596

Color information

#C0A596 (or 0xC0A596) is unknown color: approx Silk. HEX triplet: C0, A5 and 96. RGB value is (192,165,150). Sum of RGB (Red+Green+Blue) = 192+165+150=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A596 is #3F5A69. Grayscale: #ABABAB. Windows color (decimal): -4151914 or 9872832. OLE color: 9872832.

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

Color convert

RGB192165150-
CMYK00.140.220.25
HSL21.43º25%67.06%-
HSV(B)21.43º21.88%75.29%-
XYZ40.740.3234.49-
YUV171.36115.95142.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=37.87%
G=32.54%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216515000.140.220.2521.432567.06
HexC0A5960E1619151943
Octal30024522601626312531103
Binary11000000101001011001011001110101101100110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A596; }

 p { color: rgb(192,165,150); }

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

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

 a { background-color: rgb(192,165,150); }

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

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

 span { border-color: rgb(192,165,150); }

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