#C7B46D

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

Shades of Putty #C7B46D

Tints of Putty #C7B46D

Color information

#C7B46D (or 0xC7B46D) is unknown color: approx Putty. HEX triplet: C7, B4 and 6D. RGB value is (199,180,109). Sum of RGB (Red+Green+Blue) = 199+180+109=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B46D is #384B92. Grayscale: #B1B1B1. Windows color (decimal): -3689363 or 7189703. OLE color: 7189703.

HSL color Cylindrical-coordinate representation of color #C7B46D: hue angle of 47.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7B46D is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB199180109-
CMYK00.100.450.22
HSL47.33º44.55%60.39%-
HSV(B)47.33º45.23%78.04%-
XYZ42.6345.8921.08-
YUV177.5989.29143.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=40.78%
G=36.89%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918010900.100.450.2247.3344.5560.39
HexC7B46D0A2D162f2d3c
Octal3072641550125526575574
Binary110001111011010011011010101010110110110101111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B46D; }

 p { color: rgb(199,180,109); }

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

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

 a { background-color: rgb(199,180,109); }

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

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

 span { border-color: rgb(199,180,109); }

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