#C2A76C

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

Shades of Putty #C2A76C

Tints of Putty #C2A76C

Color information

#C2A76C (or 0xC2A76C) is unknown color: approx Putty. HEX triplet: C2, A7 and 6C. RGB value is (194,167,108). Sum of RGB (Red+Green+Blue) = 194+167+108=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A76C is #3D5893. Grayscale: #A8A8A8. Windows color (decimal): -4020372 or 7120834. OLE color: 7120834.

HSL color Cylindrical-coordinate representation of color #C2A76C: hue angle of 41.16º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2A76C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB194167108-
CMYK00.140.440.24
HSL41.16º41.35%59.22%-
HSV(B)41.16º44.33%76.08%-
XYZ38.7740.1919.9-
YUV168.3593.95146.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=41.36%
G=35.61%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416710800.140.440.2441.1641.3559.22
HexC2A76C0E2C1829293b
Octal3022471540165430515173
Binary110000101010011111011000111010110011000101001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A76C; }

 p { color: rgb(194,167,108); }

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

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

 a { background-color: rgb(194,167,108); }

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

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

 span { border-color: rgb(194,167,108); }

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