#C4A776

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

Shades of Putty #C4A776

Tints of Putty #C4A776

Color information

#C4A776 (or 0xC4A776) is unknown color: approx Putty. HEX triplet: C4, A7 and 76. RGB value is (196,167,118). Sum of RGB (Red+Green+Blue) = 196+167+118=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A776 is #3B5889. Grayscale: #AAAAAA. Windows color (decimal): -3889290 or 7776196. OLE color: 7776196.

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

Color convert

RGB196167118-
CMYK00.150.400.23
HSL37.69º39.8%61.57%-
HSV(B)37.69º39.8%76.86%-
XYZ39.8540.6822.89-
YUV170.0898.61146.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=40.75%
G=34.72%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616711800.150.400.2337.6939.861.57
HexC4A7760F281726283e
Octal3042471660175027465076
Binary110001001010011111101100111110100010111100110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A776; }

 p { color: rgb(196,167,118); }

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

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

 a { background-color: rgb(196,167,118); }

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

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

 span { border-color: rgb(196,167,118); }

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