#C3B16F

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

Shades of Putty #C3B16F

Tints of Putty #C3B16F

Color information

#C3B16F (or 0xC3B16F) is unknown color: approx Putty. HEX triplet: C3, B1 and 6F. RGB value is (195,177,111). Sum of RGB (Red+Green+Blue) = 195+177+111=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B16F is #3C4E90. Grayscale: #AFAFAF. Windows color (decimal): -3952273 or 7320003. OLE color: 7320003.

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

Color convert

RGB195177111-
CMYK00.090.430.24
HSL47.14º41.18%60%-
HSV(B)47.14º43.08%76.47%-
XYZ41.144.1921.4-
YUV174.8691.96142.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=40.37%
G=36.65%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517711100.090.430.2447.1441.1860
HexC3B16F092B182f293c
Octal3032611570115330575174
Binary110000111011000111011110100110101111000101111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B16F; }

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

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

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

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

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

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

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

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