#C8AE78

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

Shades of Putty #C8AE78

Tints of Putty #C8AE78

Color information

#C8AE78 (or 0xC8AE78) is unknown color: approx Putty. HEX triplet: C8, AE and 78. RGB value is (200,174,120). Sum of RGB (Red+Green+Blue) = 200+174+120=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE78 is #375187. Grayscale: #AFAFAF. Windows color (decimal): -3625352 or 7909064. OLE color: 7909064.

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

Color convert

RGB200174120-
CMYK00.130.40.22
HSL40.5º42.11%62.75%-
HSV(B)40.5º40%78.43%-
XYZ42.3543.9124.01-
YUV175.6296.61145.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=40.49%
G=35.22%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017412000.130.40.2240.542.1162.75
HexC8AE780D2816292a3f
Octal3102561700155026515277
Binary110010001010111011110000110110100010110101001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE78; }

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

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

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

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

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

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

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

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