Html Css Color HEX #C9AC59 Laser

📋 copy color: '#C9AC59'

red 201 ◦ green 172 ◦ blue 89

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

Shades of Laser #C9AC59

Tints of Laser #C9AC59

RGB

 RED value IS 201 (78.91% from 255) = 43.51%

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

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

R = 43.51%
G = 37.23%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C9AC59 (or 0xC9AC59) is known color: Laser. HEX triplet: C9, AC and 59. RGB value is (201,172,89). Sum of RGB (Red+Green+Blue) = 201+172+89=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC59 is #3653A6. Grayscale: #ABABAB. Windows color (decimal): -3560359 or 5876937. OLE color: 5876937.

HSL color Cylindrical-coordinate representation of color #C9AC59: hue angle of 44.46º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9AC59 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 172 89 -
CMYK 0 0.14 0.56 0.21
HSL 44.46º 0.51% 0.57% -
HSV(B) 44.46º 0.56% 0.79% -
XYZ 40.64 42.64 15.54 -
YUV 171.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 201 172 89 0 0.14 0.56 0.21 44.46 0.51 0.57
Hex C9 AC 59 0 E 38 15 2C 33 39
Octal 311 254 131 0 16 70 25 54 63 71
Binary 11001001 10101100 1011001 0 1110 111000 10101 101100 110011 111001

Color Harmonies of #C9AC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC59

Black with #C9AC59

Text Example


Text Example

White with #C9AC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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