#C3A76D

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

Shades of Putty #C3A76D

Tints of Putty #C3A76D

Color information

#C3A76D (or 0xC3A76D) is unknown color: approx Putty. HEX triplet: C3, A7 and 6D. RGB value is (195,167,109). Sum of RGB (Red+Green+Blue) = 195+167+109=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A76D is #3C5892. Grayscale: #A9A9A9. Windows color (decimal): -3954835 or 7186371. OLE color: 7186371.

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

Color convert

RGB195167109-
CMYK00.140.440.24
HSL40.47º41.75%59.61%-
HSV(B)40.47º44.1%76.47%-
XYZ39.0840.3420.2-
YUV168.7694.28146.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=41.40%
G=35.46%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516710900.140.440.2440.4741.7559.61
HexC3A76D0E2C18282a3c
Octal3032471550165430505274
Binary110000111010011111011010111010110011000101000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A76D; }

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

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

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

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

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

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

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

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