#C4A679

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

Shades of Putty #C4A679

Tints of Putty #C4A679

Color information

#C4A679 (or 0xC4A679) is unknown color: approx Putty. HEX triplet: C4, A6 and 79. RGB value is (196,166,121). Sum of RGB (Red+Green+Blue) = 196+166+121=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A679 is #3B5986. Grayscale: #AAAAAA. Windows color (decimal): -3889543 or 7972548. OLE color: 7972548.

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

Color convert

RGB196166121-
CMYK00.150.380.23
HSL36º38.86%62.16%-
HSV(B)36º38.27%76.86%-
XYZ39.8540.3923.78-
YUV169.84100.44146.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=40.58%
G=34.37%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616612100.150.380.233638.8662.16
HexC4A6790F261724273e
Octal3042461710174627444776
Binary110001001010011011110010111110011010111100100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A679; }

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

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

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

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

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

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

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

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