Html Css Color HEX #C5AA64 Laser

📋 copy color: '#C5AA64'

red 197 ◦ green 170 ◦ blue 100

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

Shades of Laser #C5AA64

Tints of Laser #C5AA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 42.18%
G = 36.4%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C5AA64 (or 0xC5AA64) is known color: Laser. HEX triplet: C5, AA and 64. RGB value is (197,170,100). Sum of RGB (Red+Green+Blue) = 197+170+100=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA64 is #3A559B. Grayscale: #AAAAAA. Windows color (decimal): -3823004 or 6597317. OLE color: 6597317.

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

Color convert

RGB 197 170 100 -
CMYK 0 0.14 0.49 0.23
HSL 43.3º 0.46% 0.58% -
HSV(B) 43.3º 0.49% 0.77% -
XYZ 39.7 41.54 17.98 -
YUV 170.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 197 170 100 0 0.14 0.49 0.23 43.3 0.46 0.58
Hex C5 AA 64 0 E 31 17 2B 2E 3A
Octal 305 252 144 0 16 61 27 53 56 72
Binary 11000101 10101010 1100100 0 1110 110001 10111 101011 101110 111010

Color Harmonies of #C5AA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA64

Black with #C5AA64

Text Example


Text Example

White with #C5AA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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