Html Css Color HEX #C5AA60 Laser

📋 copy color: '#C5AA60'

red 197 ◦ green 170 ◦ blue 96

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

Shades of Laser #C5AA60

Tints of Laser #C5AA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 42.55%
G = 36.72%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C5AA60 (or 0xC5AA60) is known color: Laser. HEX triplet: C5, AA and 60. RGB value is (197,170,96). Sum of RGB (Red+Green+Blue) = 197+170+96=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA60 is #3A559F. Grayscale: #A9A9A9. Windows color (decimal): -3823008 or 6335173. OLE color: 6335173.

HSL color Cylindrical-coordinate representation of color #C5AA60: hue angle of 43.96º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5AA60 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 96 -
CMYK 0 0.14 0.51 0.23
HSL 43.96º 0.47% 0.57% -
HSV(B) 43.96º 0.51% 0.77% -
XYZ 39.51 41.46 16.99 -
YUV 169.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 197 170 96 0 0.14 0.51 0.23 43.96 0.47 0.57
Hex C5 AA 60 0 E 33 17 2C 2F 39
Octal 305 252 140 0 16 63 27 54 57 71
Binary 11000101 10101010 1100000 0 1110 110011 10111 101100 101111 111001

Color Harmonies of #C5AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA60

Black with #C5AA60

Text Example


Text Example

White with #C5AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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