#C7B56D

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

Shades of Putty #C7B56D

Tints of Putty #C7B56D

Color information

#C7B56D (or 0xC7B56D) is unknown color: approx Putty. HEX triplet: C7, B5 and 6D. RGB value is (199,181,109). Sum of RGB (Red+Green+Blue) = 199+181+109=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B56D is #384A92. Grayscale: #B2B2B2. Windows color (decimal): -3689107 or 7189959. OLE color: 7189959.

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

Color convert

RGB199181109-
CMYK00.090.450.22
HSL48º44.55%60.39%-
HSV(B)48º45.23%78.04%-
XYZ42.8446.2921.15-
YUV178.1788.96142.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=40.70%
G=37.01%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918110900.090.450.224844.5560.39
HexC7B56D092D16302d3c
Octal3072651550115526605574
Binary110001111011010111011010100110110110110110000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B56D; }

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

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

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

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

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

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

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

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