#C7B26A

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

Shades of Putty #C7B26A

Tints of Putty #C7B26A

Color information

#C7B26A (or 0xC7B26A) is unknown color: approx Putty. HEX triplet: C7, B2 and 6A. RGB value is (199,178,106). Sum of RGB (Red+Green+Blue) = 199+178+106=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B26A is #384D95. Grayscale: #B0B0B0. Windows color (decimal): -3689878 or 6992583. OLE color: 6992583.

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

Color convert

RGB199178106-
CMYK00.110.470.22
HSL46.45º45.37%59.8%-
HSV(B)46.45º46.73%78.04%-
XYZ42.0845.0220.11-
YUV176.0788.46144.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.20%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=41.20%
G=36.85%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917810600.110.470.2246.4545.3759.8
HexC7B26A0B2F162e2d3c
Octal3072621520135726565574
Binary110001111011001011010100101110111110110101110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B26A; }

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

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

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

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

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

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

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

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