#C3A576

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

Shades of Putty #C3A576

Tints of Putty #C3A576

Color information

#C3A576 (or 0xC3A576) is unknown color: approx Putty. HEX triplet: C3, A5 and 76. RGB value is (195,165,118). Sum of RGB (Red+Green+Blue) = 195+165+118=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A576 is #3C5A89. Grayscale: #A8A8A8. Windows color (decimal): -3955338 or 7775683. OLE color: 7775683.

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

Color convert

RGB195165118-
CMYK00.150.390.24
HSL36.62º39.09%61.37%-
HSV(B)36.62º39.49%76.47%-
XYZ39.2339.8222.76-
YUV168.6199.44146.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=40.79%
G=34.52%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516511800.150.390.2436.6239.0961.37
HexC3A5760F271825273d
Octal3032451660174730454775
Binary110000111010010111101100111110011111000100101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A576; }

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

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

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

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

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

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

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

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