Html Css Color HEX #C5A058 Laser

📋 copy color: '#C5A058'

red 197 ◦ green 160 ◦ blue 88

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

Shades of Laser #C5A058

Tints of Laser #C5A058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

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

R = 44.27%
G = 35.96%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C5A058 (or 0xC5A058) is known color: Laser. HEX triplet: C5, A0 and 58. RGB value is (197,160,88). Sum of RGB (Red+Green+Blue) = 197+160+88=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A058 is #3A5FA7. Grayscale: #A3A3A3. Windows color (decimal): -3825576 or 5808325. OLE color: 5808325.

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

Color convert

RGB 197 160 88 -
CMYK 0 0.19 0.55 0.23
HSL 39.63º 0.48% 0.56% -
HSV(B) 39.63º 0.55% 0.77% -
XYZ 37.36 37.72 14.54 -
YUV 162.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 197 160 88 0 0.19 0.55 0.23 39.63 0.48 0.56
Hex C5 A0 58 0 13 37 17 28 30 38
Octal 305 240 130 0 23 67 27 50 60 70
Binary 11000101 10100000 1011000 0 10011 110111 10111 101000 110000 111000

Color Harmonies of #C5A058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A058

Black with #C5A058

Text Example


Text Example

White with #C5A058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A058; }

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

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

background-color css

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

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

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

border-color css

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

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

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