#C3A66C

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

Shades of Putty #C3A66C

Tints of Putty #C3A66C

Color information

#C3A66C (or 0xC3A66C) is unknown color: approx Putty. HEX triplet: C3, A6 and 6C. RGB value is (195,166,108). Sum of RGB (Red+Green+Blue) = 195+166+108=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A66C is #3C5993. Grayscale: #A8A8A8. Windows color (decimal): -3955092 or 7120579. OLE color: 7120579.

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

Color convert

RGB195166108-
CMYK00.150.450.24
HSL40º42.03%59.41%-
HSV(B)40º44.62%76.47%-
XYZ38.8539.9619.85-
YUV168.0694.11147.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=41.58%
G=35.39%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516610800.150.450.244042.0359.41
HexC3A66C0F2D18282a3b
Octal3032461540175530505273
Binary110000111010011011011000111110110111000101000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A66C; }

 p { color: rgb(195,166,108); }

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

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

 a { background-color: rgb(195,166,108); }

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

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

 span { border-color: rgb(195,166,108); }

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