Html Css Color HEX #C2AA59 Laser

📋 copy color: '#C2AA59'

red 194 ◦ green 170 ◦ blue 89

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

Shades of Laser #C2AA59

Tints of Laser #C2AA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.65%

R = 42.83%
G = 37.53%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2AA59 (or 0xC2AA59) is known color: Laser. HEX triplet: C2, AA and 59. RGB value is (194,170,89). Sum of RGB (Red+Green+Blue) = 194+170+89=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA59 is #3D55A6. Grayscale: #A8A8A8. Windows color (decimal): -4019623 or 5876418. OLE color: 5876418.

HSL color Cylindrical-coordinate representation of color #C2AA59: hue angle of 46.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2AA59 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 89 -
CMYK 0 0.12 0.54 0.24
HSL 46.29º 0.46% 0.55% -
HSV(B) 46.29º 0.54% 0.76% -
XYZ 38.43 40.94 15.33 -
YUV 167.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 194 170 89 0 0.12 0.54 0.24 46.29 0.46 0.55
Hex C2 AA 59 0 C 36 18 2E 2E 37
Octal 302 252 131 0 14 66 30 56 56 67
Binary 11000010 10101010 1011001 0 1100 110110 11000 101110 101110 110111

Color Harmonies of #C2AA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA59

Black with #C2AA59

Text Example


Text Example

White with #C2AA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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