#C4A66D

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

Shades of Putty #C4A66D

Tints of Putty #C4A66D

Color information

#C4A66D (or 0xC4A66D) is unknown color: approx Putty. HEX triplet: C4, A6 and 6D. RGB value is (196,166,109). Sum of RGB (Red+Green+Blue) = 196+166+109=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A66D is #3B5992. Grayscale: #A8A8A8. Windows color (decimal): -3889555 or 7186116. OLE color: 7186116.

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

Color convert

RGB196166109-
CMYK00.150.440.23
HSL39.31º42.44%59.8%-
HSV(B)39.31º44.39%76.86%-
XYZ39.1640.1120.15-
YUV168.4794.44147.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=41.61%
G=35.24%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616610900.150.440.2339.3142.4459.8
HexC4A66D0F2C17272a3c
Octal3042461550175427475274
Binary110001001010011011011010111110110010111100111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A66D; }

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

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

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

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

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

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

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

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