Html Css Color HEX #C5B059 Laser

📋 copy color: '#C5B059'

red 197 ◦ green 176 ◦ blue 89

#C5B059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #C5B059

Tints of Laser #C5B059

RGB

 RED value IS 197 (77.34% from 255) = 42.64%

 GREEN value IS 176 (69.14% from 255) = 38.1%

 BLUE value IS 89 (35.16% from 255) = 19.26%

R = 42.64%
G = 38.1%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C5B059 (or 0xC5B059) is known color: Laser. HEX triplet: C5, B0 and 59. RGB value is (197,176,89). Sum of RGB (Red+Green+Blue) = 197+176+89=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B059 is #3A4FA6. Grayscale: #ACACAC. Windows color (decimal): -3821479 or 5877957. OLE color: 5877957.

HSL color Cylindrical-coordinate representation of color #C5B059: hue angle of 48.33º 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 #C5B059 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 89 -
CMYK 0 0.11 0.55 0.23
HSL 48.33º 0.48% 0.56% -
HSV(B) 48.33º 0.55% 0.77% -
XYZ 40.35 43.64 15.75 -
YUV 172.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 197 176 89 0 0.11 0.55 0.23 48.33 0.48 0.56
Hex C5 B0 59 0 B 37 17 30 30 38
Octal 305 260 131 0 13 67 27 60 60 70
Binary 11000101 10110000 1011001 0 1011 110111 10111 110000 110000 111000

Color Harmonies of #C5B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B059

Black with #C5B059

Text Example


Text Example

White with #C5B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B059; }

 p { color: rgb(197,176,89); }

 H1.HeaderClassName
 {
   color: #C5B059;
 }
 .AnyTagClassName
 {
   color: #C5B059;
 }
</style>

background-color css

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

 a { background-color: rgb(197,176,89); }

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

border-color css

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

 span { border-color: rgb(197,176,89); }

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