Html Css Color HEX #C9AD60 Laser

📋 copy color: '#C9AD60'

red 201 ◦ green 173 ◦ blue 96

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

Shades of Laser #C9AD60

Tints of Laser #C9AD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 42.77%
G = 36.81%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C9AD60 (or 0xC9AD60) is known color: Laser. HEX triplet: C9, AD and 60. RGB value is (201,173,96). Sum of RGB (Red+Green+Blue) = 201+173+96=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD60 is #36529F. Grayscale: #ACACAC. Windows color (decimal): -3560096 or 6335945. OLE color: 6335945.

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

Color convert

RGB 201 173 96 -
CMYK 0 0.14 0.52 0.21
HSL 44º 0.49% 0.58% -
HSV(B) 44º 0.52% 0.79% -
XYZ 41.14 43.15 17.23 -
YUV 172.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 201 173 96 0 0.14 0.52 0.21 44 0.49 0.58
Hex C9 AD 60 0 E 34 15 2C 31 3A
Octal 311 255 140 0 16 64 25 54 61 72
Binary 11001001 10101101 1100000 0 1110 110100 10101 101100 110001 111010

Color Harmonies of #C9AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD60

Black with #C9AD60

Text Example


Text Example

White with #C9AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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