#C5B365

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

Shades of Laser #C5B365

Tints of Laser #C5B365

Color information

#C5B365 (or 0xC5B365) is unknown color: approx Laser. HEX triplet: C5, B3 and 65. RGB value is (197,179,101). Sum of RGB (Red+Green+Blue) = 197+179+101=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B365 is #3A4C9A. Grayscale: #AFAFAF. Windows color (decimal): -3820699 or 6665157. OLE color: 6665157.

HSL color Cylindrical-coordinate representation of color #C5B365: hue angle of 48.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5B365 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB197179101-
CMYK00.090.490.23
HSL48.75º45.28%58.43%-
HSV(B)48.75º48.73%77.25%-
XYZ41.545.0518.82-
YUV175.4985.96143.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=41.30%
G=37.53%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717910100.090.490.2348.7545.2858.43
HexC5B365093117312d3a
Octal3052631450116127615572
Binary110001011011001111001010100111000110111110001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B365; }

 p { color: rgb(197,179,101); }

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

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

 a { background-color: rgb(197,179,101); }

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

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

 span { border-color: rgb(197,179,101); }

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