#C3A66B

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

Shades of Putty #C3A66B

Tints of Putty #C3A66B

Color information

#C3A66B (or 0xC3A66B) is unknown color: approx Putty. HEX triplet: C3, A6 and 6B. RGB value is (195,166,107). Sum of RGB (Red+Green+Blue) = 195+166+107=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A66B is #3C5994. Grayscale: #A8A8A8. Windows color (decimal): -3955093 or 7055043. OLE color: 7055043.

HSL color Cylindrical-coordinate representation of color #C3A66B: hue angle of 40.23º 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 #C3A66B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB195166107-
CMYK00.150.450.24
HSL40.23º42.31%59.22%-
HSV(B)40.23º45.13%76.47%-
XYZ38.839.9419.57-
YUV167.9493.61147.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=41.67%
G=35.47%
B=22.86%

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
Decimal19516610700.150.450.2440.2342.3159.22
HexC3A66B0F2D18282a3b
Octal3032461530175530505273
Binary110000111010011011010110111110110111000101000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A66B; }

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

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

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

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

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

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

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

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