#C7B374

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

Shades of Putty #C7B374

Tints of Putty #C7B374

Color information

#C7B374 (or 0xC7B374) is unknown color: approx Putty. HEX triplet: C7, B3 and 74. RGB value is (199,179,116). Sum of RGB (Red+Green+Blue) = 199+179+116=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B374 is #384C8B. Grayscale: #B2B2B2. Windows color (decimal): -3689612 or 7648199. OLE color: 7648199.

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

Color convert

RGB199179116-
CMYK00.100.420.22
HSL45.54º42.56%61.76%-
HSV(B)45.54º41.71%78.04%-
XYZ42.8345.6423.08-
YUV177.893.13143.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 116 (45.70% from 255) = 23.48%
R=40.28%
G=36.23%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917911600.100.420.2245.5442.5661.76
HexC7B3740A2A162e2b3e
Octal3072631640125226565376
Binary110001111011001111101000101010101010110101110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B374; }

 p { color: rgb(199,179,116); }

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

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

 a { background-color: rgb(199,179,116); }

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

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

 span { border-color: rgb(199,179,116); }

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