#C4AD73

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

Shades of Putty #C4AD73

Tints of Putty #C4AD73

Color information

#C4AD73 (or 0xC4AD73) is unknown color: approx Putty. HEX triplet: C4, AD and 73. RGB value is (196,173,115). Sum of RGB (Red+Green+Blue) = 196+173+115=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD73 is #3B528C. Grayscale: #ADADAD. Windows color (decimal): -3887757 or 7581124. OLE color: 7581124.

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

Color convert

RGB196173115-
CMYK00.120.410.23
HSL42.96º40.7%60.98%-
HSV(B)42.96º41.33%76.86%-
XYZ40.842.8622.34-
YUV173.2695.12144.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=40.50%
G=35.74%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617311500.120.410.2342.9640.760.98
HexC4AD730C29172b293d
Octal3042551630145127535175
Binary110001001010110111100110110010100110111101011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD73; }

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

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

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

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

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

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

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

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