#C7A972

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

Shades of Putty #C7A972

Tints of Putty #C7A972

Color information

#C7A972 (or 0xC7A972) is unknown color: approx Putty. HEX triplet: C7, A9 and 72. RGB value is (199,169,114). Sum of RGB (Red+Green+Blue) = 199+169+114=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A972 is #38568D. Grayscale: #ABABAB. Windows color (decimal): -3692174 or 7514567. OLE color: 7514567.

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

Color convert

RGB199169114-
CMYK00.150.430.22
HSL38.82º43.15%61.37%-
HSV(B)38.82º42.71%78.04%-
XYZ40.7841.7321.83-
YUV171.795.44147.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=41.29%
G=35.06%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916911400.150.430.2238.8243.1561.37
HexC7A9720F2B16272b3d
Octal3072511620175326475375
Binary110001111010100111100100111110101110110100111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A972; }

 p { color: rgb(199,169,114); }

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

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

 a { background-color: rgb(199,169,114); }

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

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

 span { border-color: rgb(199,169,114); }

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