#C5B258

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

Shades of Laser #C5B258

Tints of Laser #C5B258

Color information

#C5B258 (or 0xC5B258) is unknown color: approx Laser. HEX triplet: C5, B2 and 58. RGB value is (197,178,88). Sum of RGB (Red+Green+Blue) = 197+178+88=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B258 is #3A4DA7. Grayscale: #ADADAD. Windows color (decimal): -3820968 or 5812933. OLE color: 5812933.

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

Color convert

RGB19717888-
CMYK00.100.550.23
HSL49.54º48.44%55.88%-
HSV(B)49.54º55.33%77.25%-
XYZ40.7144.4215.66-
YUV173.4279.79144.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 88 (34.77% from 255) = 19.01%
R=42.55%
G=38.44%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971788800.100.550.2349.5448.4455.88
HexC5B2580A3717323038
Octal3052621300126727626070
Binary110001011011001010110000101011011110111110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B258; }

 p { color: rgb(197,178,88); }

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

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

 a { background-color: rgb(197,178,88); }

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

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

 span { border-color: rgb(197,178,88); }

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