#C5B16A

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

Shades of Putty #C5B16A

Tints of Putty #C5B16A

Color information

#C5B16A (or 0xC5B16A) is unknown color: approx Putty. HEX triplet: C5, B1 and 6A. RGB value is (197,177,106). Sum of RGB (Red+Green+Blue) = 197+177+106=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B16A is #3A4E95. Grayscale: #AFAFAF. Windows color (decimal): -3821206 or 6992325. OLE color: 6992325.

HSL color Cylindrical-coordinate representation of color #C5B16A: hue angle of 46.81º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5B16A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB197177106-
CMYK00.100.460.23
HSL46.81º43.96%59.41%-
HSV(B)46.81º46.19%77.25%-
XYZ41.3544.3620.02-
YUV174.8989.13143.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=41.04%
G=36.88%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717710600.100.460.2346.8143.9659.41
HexC5B16A0A2E172f2c3b
Octal3052611520125627575473
Binary110001011011000111010100101010111010111101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B16A; }

 p { color: rgb(197,177,106); }

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

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

 a { background-color: rgb(197,177,106); }

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

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

 span { border-color: rgb(197,177,106); }

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