#C4AD76

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

Shades of Putty #C4AD76

Tints of Putty #C4AD76

Color information

#C4AD76 (or 0xC4AD76) is unknown color: approx Putty. HEX triplet: C4, AD and 76. RGB value is (196,173,118). Sum of RGB (Red+Green+Blue) = 196+173+118=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD76 is #3B5289. Grayscale: #ADADAD. Windows color (decimal): -3887754 or 7777732. OLE color: 7777732.

HSL color Cylindrical-coordinate representation of color #C4AD76: hue angle of 42.31º 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 #C4AD76 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196173118-
CMYK00.120.400.23
HSL42.31º39.8%61.57%-
HSV(B)42.31º39.8%76.86%-
XYZ40.9842.9323.27-
YUV173.6196.62143.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=40.25%
G=35.52%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617311800.120.400.2342.3139.861.57
HexC4AD760C28172a283e
Octal3042551660145027525076
Binary110001001010110111101100110010100010111101010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD76; }

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

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

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

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

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

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

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

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