#C7AE6C

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

Shades of Putty #C7AE6C

Tints of Putty #C7AE6C

Color information

#C7AE6C (or 0xC7AE6C) is unknown color: approx Putty. HEX triplet: C7, AE and 6C. RGB value is (199,174,108). Sum of RGB (Red+Green+Blue) = 199+174+108=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE6C is #385193. Grayscale: #AEAEAE. Windows color (decimal): -3690900 or 7122631. OLE color: 7122631.

HSL color Cylindrical-coordinate representation of color #C7AE6C: hue angle of 43.52º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7AE6C is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199174108-
CMYK00.130.460.22
HSL43.52º44.83%60.2%-
HSV(B)43.52º45.73%78.04%-
XYZ41.443.520.4-
YUV173.9590.78145.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=41.37%
G=36.17%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917410800.130.460.2243.5244.8360.2
HexC7AE6C0D2E162c2d3c
Octal3072561540155626545574
Binary110001111010111011011000110110111010110101100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE6C; }

 p { color: rgb(199,174,108); }

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

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

 a { background-color: rgb(199,174,108); }

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

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

 span { border-color: rgb(199,174,108); }

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