Html Css Color HEX #C2A059 Laser

📋 copy color: '#C2A059'

red 194 ◦ green 160 ◦ blue 89

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

Shades of Laser #C2A059

Tints of Laser #C2A059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.12%

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

R = 43.79%
G = 36.12%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2A059 (or 0xC2A059) is known color: Laser. HEX triplet: C2, A0 and 59. RGB value is (194,160,89). Sum of RGB (Red+Green+Blue) = 194+160+89=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A059 is #3D5FA6. Grayscale: #A2A2A2. Windows color (decimal): -4022183 or 5873858. OLE color: 5873858.

HSL color Cylindrical-coordinate representation of color #C2A059: hue angle of 40.57º 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 #C2A059 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 89 -
CMYK 0 0.18 0.54 0.24
HSL 40.57º 0.46% 0.55% -
HSV(B) 40.57º 0.54% 0.76% -
XYZ 36.62 37.33 14.73 -
YUV 162.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 194 160 89 0 0.18 0.54 0.24 40.57 0.46 0.55
Hex C2 A0 59 0 12 36 18 29 2E 37
Octal 302 240 131 0 22 66 30 51 56 67
Binary 11000010 10100000 1011001 0 10010 110110 11000 101001 101110 110111

Color Harmonies of #C2A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A059

Black with #C2A059

Text Example


Text Example

White with #C2A059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A059; }

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

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

background-color css

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

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

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

border-color css

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

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

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