#C7B26C

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

Shades of Putty #C7B26C

Tints of Putty #C7B26C

Color information

#C7B26C (or 0xC7B26C) is unknown color: approx Putty. HEX triplet: C7, B2 and 6C. RGB value is (199,178,108). Sum of RGB (Red+Green+Blue) = 199+178+108=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B26C is #384D93. Grayscale: #B0B0B0. Windows color (decimal): -3689876 or 7123655. OLE color: 7123655.

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

Color convert

RGB199178108-
CMYK00.110.460.22
HSL46.15º44.83%60.2%-
HSV(B)46.15º45.73%78.04%-
XYZ42.1845.0720.66-
YUV176.389.46144.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=41.03%
G=36.70%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917810800.110.460.2246.1544.8360.2
HexC7B26C0B2E162e2d3c
Octal3072621540135626565574
Binary110001111011001011011000101110111010110101110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B26C; }

 p { color: rgb(199,178,108); }

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

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

 a { background-color: rgb(199,178,108); }

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

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

 span { border-color: rgb(199,178,108); }

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