#C8AD76

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

Shades of Putty #C8AD76

Tints of Putty #C8AD76

Color information

#C8AD76 (or 0xC8AD76) is unknown color: approx Putty. HEX triplet: C8, AD and 76. RGB value is (200,173,118). Sum of RGB (Red+Green+Blue) = 200+173+118=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD76 is #375289. Grayscale: #AFAFAF. Windows color (decimal): -3625610 or 7777736. OLE color: 7777736.

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

Color convert

RGB200173118-
CMYK00.140.410.22
HSL40.24º42.71%62.35%-
HSV(B)40.24º41%78.43%-
XYZ42.0343.4723.32-
YUV174.895.95145.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=40.73%
G=35.23%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017311800.140.410.2240.2442.7162.35
HexC8AD760E2916282b3e
Octal3102551660165126505376
Binary110010001010110111101100111010100110110101000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD76; }

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

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

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

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

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

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

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

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