#C2A673

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

Shades of Putty #C2A673

Tints of Putty #C2A673

Color information

#C2A673 (or 0xC2A673) is unknown color: approx Putty. HEX triplet: C2, A6 and 73. RGB value is (194,166,115). Sum of RGB (Red+Green+Blue) = 194+166+115=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A673 is #3D598C. Grayscale: #A8A8A8. Windows color (decimal): -4020621 or 7579330. OLE color: 7579330.

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

Color convert

RGB194166115-
CMYK00.140.410.24
HSL38.73º39.3%60.59%-
HSV(B)38.73º40.72%76.08%-
XYZ38.9839.9821.88-
YUV168.5697.78146.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=40.84%
G=34.95%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416611500.140.410.2438.7339.360.59
HexC2A6730E291827273d
Octal3022461630165130474775
Binary110000101010011011100110111010100111000100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A673; }

 p { color: rgb(194,166,115); }

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

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

 a { background-color: rgb(194,166,115); }

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

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

 span { border-color: rgb(194,166,115); }

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