Html Css Color HEX #C9A861 Laser

📋 copy color: '#C9A861'

red 201 ◦ green 168 ◦ blue 97

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

Shades of Laser #C9A861

Tints of Laser #C9A861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

 BLUE value IS 97 (38.28% from 255) = 20.82%

R = 43.13%
G = 36.05%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C9A861 (or 0xC9A861) is known color: Laser. HEX triplet: C9, A8 and 61. RGB value is (201,168,97). Sum of RGB (Red+Green+Blue) = 201+168+97=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A861 is #36579E. Grayscale: #AAAAAA. Windows color (decimal): -3561375 or 6400201. OLE color: 6400201.

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

Color convert

RGB 201 168 97 -
CMYK 0 0.16 0.52 0.21
HSL 40.96º 0.49% 0.58% -
HSV(B) 40.96º 0.52% 0.79% -
XYZ 40.25 41.29 17.16 -
YUV 169.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 201 168 97 0 0.16 0.52 0.21 40.96 0.49 0.58
Hex C9 A8 61 0 10 34 15 29 31 3A
Octal 311 250 141 0 20 64 25 51 61 72
Binary 11001001 10101000 1100001 0 10000 110100 10101 101001 110001 111010

Color Harmonies of #C9A861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A861

Black with #C9A861

Text Example


Text Example

White with #C9A861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A861; }

 p { color: rgb(201,168,97); }

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

background-color css

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

 a { background-color: rgb(201,168,97); }

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

border-color css

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

 span { border-color: rgb(201,168,97); }

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