#C3A779

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

Shades of Putty #C3A779

Tints of Putty #C3A779

Color information

#C3A779 (or 0xC3A779) is unknown color: approx Putty. HEX triplet: C3, A7 and 79. RGB value is (195,167,121). Sum of RGB (Red+Green+Blue) = 195+167+121=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A779 is #3C5886. Grayscale: #AAAAAA. Windows color (decimal): -3954823 or 7972803. OLE color: 7972803.

HSL color Cylindrical-coordinate representation of color #C3A779: hue angle of 37.3º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3A779 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB195167121-
CMYK00.140.380.24
HSL37.3º38.14%61.96%-
HSV(B)37.3º37.95%76.47%-
XYZ39.7840.6223.83-
YUV170.13100.28145.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=40.37%
G=34.58%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516712100.140.380.2437.338.1461.96
HexC3A7790E261825263e
Octal3032471710164630454676
Binary110000111010011111110010111010011011000100101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A779; }

 p { color: rgb(195,167,121); }

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

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

 a { background-color: rgb(195,167,121); }

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

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

 span { border-color: rgb(195,167,121); }

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