Html Css Color HEX #C5AB58 Laser

📋 copy color: '#C5AB58'

red 197 ◦ green 171 ◦ blue 88

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

Shades of Laser #C5AB58

Tints of Laser #C5AB58

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.5%

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

R = 43.2%
G = 37.5%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C5AB58 (or 0xC5AB58) is known color: Laser. HEX triplet: C5, AB and 58. RGB value is (197,171,88). Sum of RGB (Red+Green+Blue) = 197+171+88=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB58 is #3A54A7. Grayscale: #A9A9A9. Windows color (decimal): -3822760 or 5811141. OLE color: 5811141.

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

Color convert

RGB 197 171 88 -
CMYK 0 0.13 0.55 0.23
HSL 45.69º 0.48% 0.56% -
HSV(B) 45.69º 0.55% 0.77% -
XYZ 39.35 41.7 15.21 -
YUV 169.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 197 171 88 0 0.13 0.55 0.23 45.69 0.48 0.56
Hex C5 AB 58 0 D 37 17 2E 30 38
Octal 305 253 130 0 15 67 27 56 60 70
Binary 11000101 10101011 1011000 0 1101 110111 10111 101110 110000 111000

Color Harmonies of #C5AB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB58

Black with #C5AB58

Text Example


Text Example

White with #C5AB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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