#C0A876

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

Shades of Putty #C0A876

Tints of Putty #C0A876

Color information

#C0A876 (or 0xC0A876) is unknown color: approx Putty. HEX triplet: C0, A8 and 76. RGB value is (192,168,118). Sum of RGB (Red+Green+Blue) = 192+168+118=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A876 is #3F5789. Grayscale: #A9A9A9. Windows color (decimal): -4151178 or 7776448. OLE color: 7776448.

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

Color convert

RGB192168118-
CMYK00.120.390.25
HSL40.54º37%60.78%-
HSV(B)40.54º38.54%75.29%-
XYZ39.0140.5222.9-
YUV169.4898.95144.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 168 (66.02% from 255) = 35.15%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=40.17%
G=35.15%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216811800.120.390.2540.543760.78
HexC0A8760C271929253d
Octal3002501660144731514575
Binary110000001010100011101100110010011111001101001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A876; }

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

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

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

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

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

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

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

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