#C3A572

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

Shades of Putty #C3A572

Tints of Putty #C3A572

Color information

#C3A572 (or 0xC3A572) is unknown color: approx Putty. HEX triplet: C3, A5 and 72. RGB value is (195,165,114). Sum of RGB (Red+Green+Blue) = 195+165+114=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A572 is #3C5A8D. Grayscale: #A8A8A8. Windows color (decimal): -3955342 or 7513539. OLE color: 7513539.

HSL color Cylindrical-coordinate representation of color #C3A572: hue angle of 37.78º 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 #C3A572 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195165114-
CMYK00.150.420.24
HSL37.78º40.3%60.59%-
HSV(B)37.78º41.54%76.47%-
XYZ3939.7321.53-
YUV168.1697.44147.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=41.14%
G=34.81%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516511400.150.420.2437.7840.360.59
HexC3A5720F2A1826283d
Octal3032451620175230465075
Binary110000111010010111100100111110101011000100110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A572; }

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

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

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

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

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

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

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

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