#C8AE6D

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

Shades of Putty #C8AE6D

Tints of Putty #C8AE6D

Color information

#C8AE6D (or 0xC8AE6D) is unknown color: approx Putty. HEX triplet: C8, AE and 6D. RGB value is (200,174,109). Sum of RGB (Red+Green+Blue) = 200+174+109=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE6D is #375192. Grayscale: #AEAEAE. Windows color (decimal): -3625363 or 7188168. OLE color: 7188168.

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

Color convert

RGB200174109-
CMYK00.130.460.22
HSL42.86º45.27%60.59%-
HSV(B)42.86º45.5%78.43%-
XYZ41.7243.6620.7-
YUV174.3691.11146.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=41.41%
G=36.02%
B=22.57%

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
Decimal20017410900.130.460.2242.8645.2760.59
HexC8AE6D0D2E162b2d3d
Octal3102561550155626535575
Binary110010001010111011011010110110111010110101011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE6D; }

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

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

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

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

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

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

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

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