#C0A974

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

Shades of Putty #C0A974

Tints of Putty #C0A974

Color information

#C0A974 (or 0xC0A974) is unknown color: approx Putty. HEX triplet: C0, A9 and 74. RGB value is (192,169,116). Sum of RGB (Red+Green+Blue) = 192+169+116=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A974 is #3F568B. Grayscale: #AAAAAA. Windows color (decimal): -4150924 or 7645632. OLE color: 7645632.

HSL color Cylindrical-coordinate representation of color #C0A974: hue angle of 41.84º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0A974 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192169116-
CMYK00.120.400.25
HSL41.84º37.62%60.39%-
HSV(B)41.84º39.58%75.29%-
XYZ39.0840.8422.35-
YUV169.8397.62143.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=40.25%
G=35.43%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216911600.120.400.2541.8437.6260.39
HexC0A9740C28192a263c
Octal3002511640145031524674
Binary110000001010100111101000110010100011001101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A974; }

 p { color: rgb(192,169,116); }

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

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

 a { background-color: rgb(192,169,116); }

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

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

 span { border-color: rgb(192,169,116); }

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