#C7B16F

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

Shades of Putty #C7B16F

Tints of Putty #C7B16F

Color information

#C7B16F (or 0xC7B16F) is unknown color: approx Putty. HEX triplet: C7, B1 and 6F. RGB value is (199,177,111). Sum of RGB (Red+Green+Blue) = 199+177+111=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B16F is #384E90. Grayscale: #B0B0B0. Windows color (decimal): -3690129 or 7320007. OLE color: 7320007.

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

Color convert

RGB199177111-
CMYK00.110.440.22
HSL45º44%60.78%-
HSV(B)45º44.22%78.04%-
XYZ42.1444.7321.45-
YUV176.0591.29144.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=40.86%
G=36.34%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917711100.110.440.22454460.78
HexC7B16F0B2C162d2c3d
Octal3072611570135426555475
Binary110001111011000111011110101110110010110101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B16F; }

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

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

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

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

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

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

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

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