#C7B26D

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

Shades of Putty #C7B26D

Tints of Putty #C7B26D

Color information

#C7B26D (or 0xC7B26D) is unknown color: approx Putty. HEX triplet: C7, B2 and 6D. RGB value is (199,178,109). Sum of RGB (Red+Green+Blue) = 199+178+109=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B26D is #384D92. Grayscale: #B0B0B0. Windows color (decimal): -3689875 or 7189191. OLE color: 7189191.

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

Color convert

RGB199178109-
CMYK00.110.450.22
HSL46º44.55%60.39%-
HSV(B)46º45.23%78.04%-
XYZ42.2345.0920.94-
YUV176.4189.96144.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 109 (42.97% from 255) = 22.43%
R=40.95%
G=36.63%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917810900.110.450.224644.5560.39
HexC7B26D0B2D162e2d3c
Octal3072621550135526565574
Binary110001111011001011011010101110110110110101110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B26D; }

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

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

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

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

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

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

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

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