#C4A76E

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

Shades of Putty #C4A76E

Tints of Putty #C4A76E

Color information

#C4A76E (or 0xC4A76E) is unknown color: approx Putty. HEX triplet: C4, A7 and 6E. RGB value is (196,167,110). Sum of RGB (Red+Green+Blue) = 196+167+110=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A76E is #3B5891. Grayscale: #A9A9A9. Windows color (decimal): -3889298 or 7251908. OLE color: 7251908.

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

Color convert

RGB196167110-
CMYK00.150.440.23
HSL39.77º42.16%60%-
HSV(B)39.77º43.88%76.86%-
XYZ39.440.520.49-
YUV169.1794.61147.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=41.44%
G=35.31%
B=23.26%

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
Decimal19616711000.150.440.2339.7742.1660
HexC4A76E0F2C17282a3c
Octal3042471560175427505274
Binary110001001010011111011100111110110010111101000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A76E; }

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

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

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

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

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

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

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

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