#C8AE72

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

Shades of Putty #C8AE72

Tints of Putty #C8AE72

Color information

#C8AE72 (or 0xC8AE72) is unknown color: approx Putty. HEX triplet: C8, AE and 72. RGB value is (200,174,114). Sum of RGB (Red+Green+Blue) = 200+174+114=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE72 is #37518D. Grayscale: #AFAFAF. Windows color (decimal): -3625358 or 7515848. OLE color: 7515848.

HSL color Cylindrical-coordinate representation of color #C8AE72: hue angle of 41.86º 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 #C8AE72 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200174114-
CMYK00.130.430.22
HSL41.86º43.88%61.57%-
HSV(B)41.86º43%78.43%-
XYZ41.9943.7722.15-
YUV174.9393.61145.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 114 (44.92% from 255) = 23.36%
R=40.98%
G=35.66%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017411400.130.430.2241.8643.8861.57
HexC8AE720D2B162a2c3e
Octal3102561620155326525476
Binary110010001010111011100100110110101110110101010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE72; }

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

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

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

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

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

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

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

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