#C0A776

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

Shades of Putty #C0A776

Tints of Putty #C0A776

Color information

#C0A776 (or 0xC0A776) is unknown color: approx Putty. HEX triplet: C0, A7 and 76. RGB value is (192,167,118). Sum of RGB (Red+Green+Blue) = 192+167+118=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A776 is #3F5889. Grayscale: #A9A9A9. Windows color (decimal): -4151434 or 7776192. OLE color: 7776192.

HSL color Cylindrical-coordinate representation of color #C0A776: hue angle of 39.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0A776 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB192167118-
CMYK00.130.390.25
HSL39.73º37%60.78%-
HSV(B)39.73º38.54%75.29%-
XYZ38.8340.1522.84-
YUV168.8999.28144.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=40.25%
G=35.01%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216711800.130.390.2539.733760.78
HexC0A7760D271928253d
Octal3002471660154731504575
Binary110000001010011111101100110110011111001101000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A776; }

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

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

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

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

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

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

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

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