#C7B473

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

Shades of Putty #C7B473

Tints of Putty #C7B473

Color information

#C7B473 (or 0xC7B473) is unknown color: approx Putty. HEX triplet: C7, B4 and 73. RGB value is (199,180,115). Sum of RGB (Red+Green+Blue) = 199+180+115=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B473 is #384B8C. Grayscale: #B2B2B2. Windows color (decimal): -3689357 or 7582919. OLE color: 7582919.

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

Color convert

RGB199180115-
CMYK00.100.420.22
HSL46.43º42.86%61.57%-
HSV(B)46.43º42.21%78.04%-
XYZ42.9746.0222.84-
YUV178.2792.29142.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=40.28%
G=36.44%
B=23.28%

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
Decimal19918011500.100.420.2246.4342.8661.57
HexC7B4730A2A162e2b3e
Octal3072641630125226565376
Binary110001111011010011100110101010101010110101110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B473; }

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

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

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

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

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

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

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

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