Html Css Color HEX #C9AC58 Laser

📋 copy color: '#C9AC58'

red 201 ◦ green 172 ◦ blue 88

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

Shades of Laser #C9AC58

Tints of Laser #C9AC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.09%

R = 43.6%
G = 37.31%
B = 19.09%

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

#C9AC58 (or 0xC9AC58) is known color: Laser. HEX triplet: C9, AC and 58. RGB value is (201,172,88). Sum of RGB (Red+Green+Blue) = 201+172+88=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC58 is #3653A7. Grayscale: #ABABAB. Windows color (decimal): -3560360 or 5811401. OLE color: 5811401.

HSL color Cylindrical-coordinate representation of color #C9AC58: hue angle of 44.6º 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 #C9AC58 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 172 88 -
CMYK 0 0.14 0.56 0.21
HSL 44.6º 0.51% 0.57% -
HSV(B) 44.6º 0.56% 0.79% -
XYZ 40.6 42.63 15.32 -
YUV 171.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 201 172 88 0 0.14 0.56 0.21 44.6 0.51 0.57
Hex C9 AC 58 0 E 38 15 2D 33 39
Octal 311 254 130 0 16 70 25 55 63 71
Binary 11001001 10101100 1011000 0 1110 111000 10101 101101 110011 111001

Color Harmonies of #C9AC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC58

Black with #C9AC58

Text Example


Text Example

White with #C9AC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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