Html Css Color HEX #C5AB62 Laser

📋 copy color: '#C5AB62'

red 197 ◦ green 171 ◦ blue 98

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

Shades of Laser #C5AB62

Tints of Laser #C5AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 42.27%
G = 36.7%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C5AB62 (or 0xC5AB62) is known color: Laser. HEX triplet: C5, AB and 62. RGB value is (197,171,98). Sum of RGB (Red+Green+Blue) = 197+171+98=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB62 is #3A549D. Grayscale: #AAAAAA. Windows color (decimal): -3822750 or 6466501. OLE color: 6466501.

HSL color Cylindrical-coordinate representation of color #C5AB62: hue angle of 44.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5AB62 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 171 98 -
CMYK 0 0.13 0.50 0.23
HSL 44.24º 0.46% 0.58% -
HSV(B) 44.24º 0.5% 0.77% -
XYZ 39.79 41.88 17.54 -
YUV 170.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 197 171 98 0 0.13 0.50 0.23 44.24 0.46 0.58
Hex C5 AB 62 0 D 32 17 2C 2E 3A
Octal 305 253 142 0 15 62 27 54 56 72
Binary 11000101 10101011 1100010 0 1101 110010 10111 101100 101110 111010

Color Harmonies of #C5AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB62

Black with #C5AB62

Text Example


Text Example

White with #C5AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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