#C0A96E

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

Shades of Putty #C0A96E

Tints of Putty #C0A96E

Color information

#C0A96E (or 0xC0A96E) is unknown color: approx Putty. HEX triplet: C0, A9 and 6E. RGB value is (192,169,110). Sum of RGB (Red+Green+Blue) = 192+169+110=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A96E is #3F5691. Grayscale: #A9A9A9. Windows color (decimal): -4150930 or 7252416. OLE color: 7252416.

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

Color convert

RGB192169110-
CMYK00.120.430.25
HSL43.17º39.42%59.22%-
HSV(B)43.17º42.71%75.29%-
XYZ38.7440.7120.57-
YUV169.1594.62144.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=40.76%
G=35.88%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216911000.120.430.2543.1739.4259.22
HexC0A96E0C2B192b273b
Octal3002511560145331534773
Binary110000001010100111011100110010101111001101011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A96E; }

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

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

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

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

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

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

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

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