#C2A578

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

Shades of Putty #C2A578

Tints of Putty #C2A578

Color information

#C2A578 (or 0xC2A578) is unknown color: approx Putty. HEX triplet: C2, A5 and 78. RGB value is (194,165,120). Sum of RGB (Red+Green+Blue) = 194+165+120=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A578 is #3D5A87. Grayscale: #A8A8A8. Windows color (decimal): -4020872 or 7906754. OLE color: 7906754.

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

Color convert

RGB194165120-
CMYK00.150.380.24
HSL36.49º37.76%61.57%-
HSV(B)36.49º38.14%76.08%-
XYZ39.0939.7423.38-
YUV168.54100.61146.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=40.50%
G=34.45%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416512000.150.380.2436.4937.7661.57
HexC2A5780F261824263e
Octal3022451700174630444676
Binary110000101010010111110000111110011011000100100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A578; }

 p { color: rgb(194,165,120); }

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

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

 a { background-color: rgb(194,165,120); }

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

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

 span { border-color: rgb(194,165,120); }

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