#C7AB78

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

Shades of Putty #C7AB78

Tints of Putty #C7AB78

Color information

#C7AB78 (or 0xC7AB78) is unknown color: approx Putty. HEX triplet: C7, AB and 78. RGB value is (199,171,120). Sum of RGB (Red+Green+Blue) = 199+171+120=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB78 is #385487. Grayscale: #ADADAD. Windows color (decimal): -3691656 or 7908295. OLE color: 7908295.

HSL color Cylindrical-coordinate representation of color #C7AB78: hue angle of 38.73º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7AB78 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199171120-
CMYK00.140.400.22
HSL38.73º41.36%62.55%-
HSV(B)38.73º39.7%78.04%-
XYZ41.5142.6223.81-
YUV173.5697.78146.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 120 (47.27% from 255) = 24.49%
R=40.61%
G=34.90%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917112000.140.400.2238.7341.3662.55
HexC7AB780E281627293f
Octal3072531700165026475177
Binary110001111010101111110000111010100010110100111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB78; }

 p { color: rgb(199,171,120); }

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

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

 a { background-color: rgb(199,171,120); }

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

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

 span { border-color: rgb(199,171,120); }

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