#C8AA74

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

Shades of Putty #C8AA74

Tints of Putty #C8AA74

Color information

#C8AA74 (or 0xC8AA74) is unknown color: approx Putty. HEX triplet: C8, AA and 74. RGB value is (200,170,116). Sum of RGB (Red+Green+Blue) = 200+170+116=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA74 is #37558B. Grayscale: #ADADAD. Windows color (decimal): -3626380 or 7645896. OLE color: 7645896.

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

Color convert

RGB200170116-
CMYK00.150.420.22
HSL38.57º43.3%61.96%-
HSV(B)38.57º42%78.43%-
XYZ41.3542.2922.51-
YUV172.8195.94147.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=41.15%
G=34.98%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017011600.150.420.2238.5743.361.96
HexC8AA740F2A16272b3e
Octal3102521640175226475376
Binary110010001010101011101000111110101010110100111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA74; }

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

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

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

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

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

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

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

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