#C8A974

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

Shades of Putty #C8A974

Tints of Putty #C8A974

Color information

#C8A974 (or 0xC8A974) is unknown color: approx Putty. HEX triplet: C8, A9 and 74. RGB value is (200,169,116). Sum of RGB (Red+Green+Blue) = 200+169+116=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A974 is #37568B. Grayscale: #ACACAC. Windows color (decimal): -3626636 or 7645640. OLE color: 7645640.

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

Color convert

RGB200169116-
CMYK00.160.420.22
HSL37.86º43.3%61.96%-
HSV(B)37.86º42%78.43%-
XYZ41.1641.9222.44-
YUV172.2396.27147.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=41.24%
G=34.85%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016911600.160.420.2237.8643.361.96
HexC8A9740102A16262b3e
Octal3102511640205226465376
Binary1100100010101001111010001000010101010110100110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A974; }

 p { color: rgb(200,169,116); }

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

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

 a { background-color: rgb(200,169,116); }

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

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

 span { border-color: rgb(200,169,116); }

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