Html Css Color HEX #C2A559 Laser

📋 copy color: '#C2A559'

red 194 ◦ green 165 ◦ blue 89

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

Shades of Laser #C2A559

Tints of Laser #C2A559

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

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

R = 43.3%
G = 36.83%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2A559 (or 0xC2A559) is known color: Laser. HEX triplet: C2, A5 and 59. RGB value is (194,165,89). Sum of RGB (Red+Green+Blue) = 194+165+89=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A559 is #3D5AA6. Grayscale: #A5A5A5. Windows color (decimal): -4020903 or 5875138. OLE color: 5875138.

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

Color convert

RGB 194 165 89 -
CMYK 0 0.15 0.54 0.24
HSL 43.43º 0.46% 0.55% -
HSV(B) 43.43º 0.54% 0.76% -
XYZ 37.51 39.1 15.02 -
YUV 165.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 194 165 89 0 0.15 0.54 0.24 43.43 0.46 0.55
Hex C2 A5 59 0 F 36 18 2B 2E 37
Octal 302 245 131 0 17 66 30 53 56 67
Binary 11000010 10100101 1011001 0 1111 110110 11000 101011 101110 110111

Color Harmonies of #C2A559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A559

Black with #C2A559

Text Example


Text Example

White with #C2A559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A559; }

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

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

background-color css

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

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

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

border-color css

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

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

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