Html Css Color HEX #C2AA61 Laser

📋 copy color: '#C2AA61'

red 194 ◦ green 170 ◦ blue 97

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

Shades of Laser #C2AA61

Tints of Laser #C2AA61

RGB

 RED value IS 194 (76.17% from 255) = 42.08%

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

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 42.08%
G = 36.88%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C2AA61 (or 0xC2AA61) is known color: Laser. HEX triplet: C2, AA and 61. RGB value is (194,170,97). Sum of RGB (Red+Green+Blue) = 194+170+97=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA61 is #3D559E. Grayscale: #A9A9A9. Windows color (decimal): -4019615 or 6400706. OLE color: 6400706.

HSL color Cylindrical-coordinate representation of color #C2AA61: hue angle of 45.15º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2AA61 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 97 -
CMYK 0 0.12 0.50 0.24
HSL 45.15º 0.44% 0.57% -
HSV(B) 45.15º 0.5% 0.76% -
XYZ 38.78 41.08 17.19 -
YUV 168.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 194 170 97 0 0.12 0.50 0.24 45.15 0.44 0.57
Hex C2 AA 61 0 C 32 18 2D 2C 39
Octal 302 252 141 0 14 62 30 55 54 71
Binary 11000010 10101010 1100001 0 1100 110010 11000 101101 101100 111001

Color Harmonies of #C2AA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA61

Black with #C2AA61

Text Example


Text Example

White with #C2AA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA61; }

 p { color: rgb(194,170,97); }

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

background-color css

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

 a { background-color: rgb(194,170,97); }

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

border-color css

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

 span { border-color: rgb(194,170,97); }

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