Html Css Color HEX #C1AC59 Laser

📋 copy color: '#C1AC59'

red 193 ◦ green 172 ◦ blue 89

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

Shades of Laser #C1AC59

Tints of Laser #C1AC59

RGB

 RED value IS 193 (75.78% from 255) = 42.51%

 GREEN value IS 172 (67.58% from 255) = 37.89%

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

R = 42.51%
G = 37.89%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C1AC59 (or 0xC1AC59) is known color: Laser. HEX triplet: C1, AC and 59. RGB value is (193,172,89). Sum of RGB (Red+Green+Blue) = 193+172+89=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC59 is #3E53A6. Grayscale: #A9A9A9. Windows color (decimal): -4084647 or 5876929. OLE color: 5876929.

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

Color convert

RGB 193 172 89 -
CMYK 0 0.11 0.54 0.24
HSL 47.88º 0.46% 0.55% -
HSV(B) 47.88º 0.54% 0.76% -
XYZ 38.55 41.56 15.44 -
YUV 168.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 193 172 89 0 0.11 0.54 0.24 47.88 0.46 0.55
Hex C1 AC 59 0 B 36 18 30 2E 37
Octal 301 254 131 0 13 66 30 60 56 67
Binary 11000001 10101100 1011001 0 1011 110110 11000 110000 101110 110111

Color Harmonies of #C1AC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AC59

Black with #C1AC59

Text Example


Text Example

White with #C1AC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AC59; }

 p { color: rgb(193,172,89); }

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

background-color css

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

 a { background-color: rgb(193,172,89); }

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

border-color css

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

 span { border-color: rgb(193,172,89); }

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