Html Css Color HEX #C5AA62 Laser

📋 copy color: '#C5AA62'

red 197 ◦ green 170 ◦ blue 98

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

Shades of Laser #C5AA62

Tints of Laser #C5AA62

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.56%

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

R = 42.37%
G = 36.56%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C5AA62 (or 0xC5AA62) is known color: Laser. HEX triplet: C5, AA and 62. RGB value is (197,170,98). Sum of RGB (Red+Green+Blue) = 197+170+98=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA62 is #3A559D. Grayscale: #AAAAAA. Windows color (decimal): -3823006 or 6466245. OLE color: 6466245.

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

Color convert

RGB 197 170 98 -
CMYK 0 0.14 0.50 0.23
HSL 43.64º 0.46% 0.58% -
HSV(B) 43.64º 0.5% 0.77% -
XYZ 39.61 41.5 17.48 -
YUV 169.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 197 170 98 0 0.14 0.50 0.23 43.64 0.46 0.58
Hex C5 AA 62 0 E 32 17 2C 2E 3A
Octal 305 252 142 0 16 62 27 54 56 72
Binary 11000101 10101010 1100010 0 1110 110010 10111 101100 101110 111010

Color Harmonies of #C5AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA62

Black with #C5AA62

Text Example


Text Example

White with #C5AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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