#C8AE73

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

Shades of Putty #C8AE73

Tints of Putty #C8AE73

Color information

#C8AE73 (or 0xC8AE73) is unknown color: approx Putty. HEX triplet: C8, AE and 73. RGB value is (200,174,115). Sum of RGB (Red+Green+Blue) = 200+174+115=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE73 is #37518C. Grayscale: #AFAFAF. Windows color (decimal): -3625357 or 7581384. OLE color: 7581384.

HSL color Cylindrical-coordinate representation of color #C8AE73: hue angle of 41.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8AE73 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200174115-
CMYK00.130.420.22
HSL41.65º43.59%61.76%-
HSV(B)41.65º42.5%78.43%-
XYZ42.0543.7922.46-
YUV175.0594.11145.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=40.90%
G=35.58%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017411500.130.420.2241.6543.5961.76
HexC8AE730D2A162a2c3e
Octal3102561630155226525476
Binary110010001010111011100110110110101010110101010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE73; }

 p { color: rgb(200,174,115); }

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

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

 a { background-color: rgb(200,174,115); }

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

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

 span { border-color: rgb(200,174,115); }

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