Html Css Color HEX #C5B058 Laser

📋 copy color: '#C5B058'

red 197 ◦ green 176 ◦ blue 88

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

Shades of Laser #C5B058

Tints of Laser #C5B058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.09%

R = 42.73%
G = 38.18%
B = 19.09%

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

#C5B058 (or 0xC5B058) is known color: Laser. HEX triplet: C5, B0 and 58. RGB value is (197,176,88). Sum of RGB (Red+Green+Blue) = 197+176+88=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B058 is #3A4FA7. Grayscale: #ACACAC. Windows color (decimal): -3821480 or 5812421. OLE color: 5812421.

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

Color convert

RGB 197 176 88 -
CMYK 0 0.11 0.55 0.23
HSL 48.44º 0.48% 0.56% -
HSV(B) 48.44º 0.55% 0.77% -
XYZ 40.31 43.63 15.53 -
YUV 172.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 197 176 88 0 0.11 0.55 0.23 48.44 0.48 0.56
Hex C5 B0 58 0 B 37 17 30 30 38
Octal 305 260 130 0 13 67 27 60 60 70
Binary 11000101 10110000 1011000 0 1011 110111 10111 110000 110000 111000

Color Harmonies of #C5B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B058

Black with #C5B058

Text Example


Text Example

White with #C5B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B058; }

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

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

background-color css

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

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

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

border-color css

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

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

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