Html Css Color HEX #C9AD5B Laser

📋 copy color: '#C9AD5B'

red 201 ◦ green 173 ◦ blue 91

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

Shades of Laser #C9AD5B

Tints of Laser #C9AD5B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

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

R = 43.23%
G = 37.2%
B = 19.57%

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

#C9AD5B (or 0xC9AD5B) is known color: Laser. HEX triplet: C9, AD and 5B. RGB value is (201,173,91). Sum of RGB (Red+Green+Blue) = 201+173+91=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD5B is #3652A4. Grayscale: #ACACAC. Windows color (decimal): -3560101 or 6008265. OLE color: 6008265.

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

Color convert

RGB 201 173 91 -
CMYK 0 0.14 0.55 0.21
HSL 44.73º 0.5% 0.57% -
HSV(B) 44.73º 0.55% 0.79% -
XYZ 40.92 43.06 16.05 -
YUV 172.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 201 173 91 0 0.14 0.55 0.21 44.73 0.5 0.57
Hex C9 AD 5B 0 E 37 15 2D 32 39
Octal 311 255 133 0 16 67 25 55 62 71
Binary 11001001 10101101 1011011 0 1110 110111 10101 101101 110010 111001

Color Harmonies of #C9AD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD5B

Black with #C9AD5B

Text Example


Text Example

White with #C9AD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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