#C3A76F

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

Shades of Putty #C3A76F

Tints of Putty #C3A76F

Color information

#C3A76F (or 0xC3A76F) is unknown color: approx Putty. HEX triplet: C3, A7 and 6F. RGB value is (195,167,111). Sum of RGB (Red+Green+Blue) = 195+167+111=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A76F is #3C5890. Grayscale: #A9A9A9. Windows color (decimal): -3954833 or 7317443. OLE color: 7317443.

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

Color convert

RGB195167111-
CMYK00.140.430.24
HSL40º41.18%60%-
HSV(B)40º43.08%76.47%-
XYZ39.1940.3920.77-
YUV168.9995.28146.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=41.23%
G=35.31%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516711100.140.430.244041.1860
HexC3A76F0E2B1828293c
Octal3032471570165330505174
Binary110000111010011111011110111010101111000101000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A76F; }

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

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

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

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

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

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

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

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