#C7B36C

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

Shades of Putty #C7B36C

Tints of Putty #C7B36C

Color information

#C7B36C (or 0xC7B36C) is unknown color: approx Putty. HEX triplet: C7, B3 and 6C. RGB value is (199,179,108). Sum of RGB (Red+Green+Blue) = 199+179+108=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B36C is #384C93. Grayscale: #B1B1B1. Windows color (decimal): -3689620 or 7123911. OLE color: 7123911.

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

Color convert

RGB199179108-
CMYK00.100.460.22
HSL46.81º44.83%60.2%-
HSV(B)46.81º45.73%78.04%-
XYZ42.3845.4720.73-
YUV176.8989.13143.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=40.95%
G=36.83%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917910800.100.460.2246.8144.8360.2
HexC7B36C0A2E162f2d3c
Octal3072631540125626575574
Binary110001111011001111011000101010111010110101111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B36C; }

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

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

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

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

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

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

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

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