#C7A472

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

Shades of Putty #C7A472

Tints of Putty #C7A472

Color information

#C7A472 (or 0xC7A472) is unknown color: approx Putty. HEX triplet: C7, A4 and 72. RGB value is (199,164,114). Sum of RGB (Red+Green+Blue) = 199+164+114=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A472 is #385B8D. Grayscale: #A8A8A8. Windows color (decimal): -3693454 or 7513287. OLE color: 7513287.

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

Color convert

RGB199164114-
CMYK00.180.430.22
HSL35.29º43.15%61.37%-
HSV(B)35.29º42.71%78.04%-
XYZ39.8739.9121.52-
YUV168.7697.1149.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=41.72%
G=34.38%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916411400.180.430.2235.2943.1561.37
HexC7A4720122B16232b3d
Octal3072441620225326435375
Binary1100011110100100111001001001010101110110100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A472; }

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

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

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

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

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

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

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

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