#C3A972

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

Shades of Putty #C3A972

Tints of Putty #C3A972

Color information

#C3A972 (or 0xC3A972) is unknown color: approx Putty. HEX triplet: C3, A9 and 72. RGB value is (195,169,114). Sum of RGB (Red+Green+Blue) = 195+169+114=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A972 is #3C568D. Grayscale: #AAAAAA. Windows color (decimal): -3954318 or 7514563. OLE color: 7514563.

HSL color Cylindrical-coordinate representation of color #C3A972: hue angle of 40.74º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3A972 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195169114-
CMYK00.130.420.24
HSL40.74º40.3%60.59%-
HSV(B)40.74º41.54%76.47%-
XYZ39.7341.1921.78-
YUV170.596.11145.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=40.79%
G=35.36%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516911400.130.420.2440.7440.360.59
HexC3A9720D2A1829283d
Octal3032511620155230515075
Binary110000111010100111100100110110101011000101001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A972; }

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

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

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

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

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

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

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

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