#C4A673

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

Shades of Putty #C4A673

Tints of Putty #C4A673

Color information

#C4A673 (or 0xC4A673) is unknown color: approx Putty. HEX triplet: C4, A6 and 73. RGB value is (196,166,115). Sum of RGB (Red+Green+Blue) = 196+166+115=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A673 is #3B598C. Grayscale: #A9A9A9. Windows color (decimal): -3889549 or 7579332. OLE color: 7579332.

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

Color convert

RGB196166115-
CMYK00.150.410.23
HSL37.78º40.7%60.98%-
HSV(B)37.78º41.33%76.86%-
XYZ39.540.2521.91-
YUV169.1697.44147.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=41.09%
G=34.80%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616611500.150.410.2337.7840.760.98
HexC4A6730F291726293d
Octal3042461630175127465175
Binary110001001010011011100110111110100110111100110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A673; }

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

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

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

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

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

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

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

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