#C8AE76

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

Shades of Putty #C8AE76

Tints of Putty #C8AE76

Color information

#C8AE76 (or 0xC8AE76) is unknown color: approx Putty. HEX triplet: C8, AE and 76. RGB value is (200,174,118). Sum of RGB (Red+Green+Blue) = 200+174+118=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE76 is #375189. Grayscale: #AFAFAF. Windows color (decimal): -3625354 or 7777992. OLE color: 7777992.

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

Color convert

RGB200174118-
CMYK00.130.410.22
HSL40.98º42.71%62.35%-
HSV(B)40.98º41%78.43%-
XYZ42.2343.8623.38-
YUV175.3995.61145.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=40.65%
G=35.37%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017411800.130.410.2240.9842.7162.35
HexC8AE760D2916292b3e
Octal3102561660155126515376
Binary110010001010111011101100110110100110110101001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE76; }

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

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

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

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

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

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

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

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