#C8AB73

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

Shades of Putty #C8AB73

Tints of Putty #C8AB73

Color information

#C8AB73 (or 0xC8AB73) is unknown color: approx Putty. HEX triplet: C8, AB and 73. RGB value is (200,171,115). Sum of RGB (Red+Green+Blue) = 200+171+115=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB73 is #37548C. Grayscale: #ADADAD. Windows color (decimal): -3626125 or 7580616. OLE color: 7580616.

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

Color convert

RGB200171115-
CMYK00.140.420.22
HSL39.53º43.59%61.76%-
HSV(B)39.53º42.5%78.43%-
XYZ41.4842.6422.26-
YUV173.2995.11147.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=41.15%
G=35.19%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017111500.140.420.2239.5343.5961.76
HexC8AB730E2A16282c3e
Octal3102531630165226505476
Binary110010001010101111100110111010101010110101000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB73; }

 p { color: rgb(200,171,115); }

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

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

 a { background-color: rgb(200,171,115); }

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

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

 span { border-color: rgb(200,171,115); }

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