#C4AD6C

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

Shades of Putty #C4AD6C

Tints of Putty #C4AD6C

Color information

#C4AD6C (or 0xC4AD6C) is unknown color: approx Putty. HEX triplet: C4, AD and 6C. RGB value is (196,173,108). Sum of RGB (Red+Green+Blue) = 196+173+108=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD6C is #3B5293. Grayscale: #ACACAC. Windows color (decimal): -3887764 or 7122372. OLE color: 7122372.

HSL color Cylindrical-coordinate representation of color #C4AD6C: hue angle of 44.32º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4AD6C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196173108-
CMYK00.120.450.23
HSL44.32º42.72%59.61%-
HSV(B)44.32º44.9%76.86%-
XYZ40.4242.7120.3-
YUV172.4791.62144.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=41.09%
G=36.27%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617310800.120.450.2344.3242.7259.61
HexC4AD6C0C2D172c2b3c
Octal3042551540145527545374
Binary110001001010110111011000110010110110111101100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD6C; }

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

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

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

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

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

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

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

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