Html Css Color HEX #C9AC5B Laser

📋 copy color: '#C9AC5B'

red 201 ◦ green 172 ◦ blue 91

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

Shades of Laser #C9AC5B

Tints of Laser #C9AC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.61%

R = 43.32%
G = 37.07%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9AC5B (or 0xC9AC5B) is known color: Laser. HEX triplet: C9, AC and 5B. RGB value is (201,172,91). Sum of RGB (Red+Green+Blue) = 201+172+91=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC5B is #3653A4. Grayscale: #ABABAB. Windows color (decimal): -3560357 or 6008009. OLE color: 6008009.

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

Color convert

RGB 201 172 91 -
CMYK 0 0.14 0.55 0.21
HSL 44.18º 0.5% 0.57% -
HSV(B) 44.18º 0.55% 0.79% -
XYZ 40.73 42.68 15.99 -
YUV 171.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 201 172 91 0 0.14 0.55 0.21 44.18 0.5 0.57
Hex C9 AC 5B 0 E 37 15 2C 32 39
Octal 311 254 133 0 16 67 25 54 62 71
Binary 11001001 10101100 1011011 0 1110 110111 10101 101100 110010 111001

Color Harmonies of #C9AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC5B

Black with #C9AC5B

Text Example


Text Example

White with #C9AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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