Html Css Color HEX #C9A201 Buddha Gold

📋 copy color: '#C9A201'

red 201 ◦ green 162 ◦ blue 1

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

Shades of Buddha Gold #C9A201

Tints of Buddha Gold #C9A201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.51%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 55.22%
G = 44.51%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C9A201 (or 0xC9A201) is known color: Buddha Gold. HEX triplet: C9, A2 and 01. RGB value is (201,162,1). Sum of RGB (Red+Green+Blue) = 201+162+1=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A201 is #365DFE. Grayscale: #9B9B9B. Windows color (decimal): -3563007 or 107209. OLE color: 107209.

HSL color Cylindrical-coordinate representation of color #C9A201: hue angle of 48.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9A201 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 1 -
CMYK 0 0.19 1.00 0.21
HSL 48.3º 0.99% 0.4% -
HSV(B) 48.3º 1% 0.79% -
XYZ 37.01 38.26 5.46 -
YUV 155.31 40.92 160.59 -
System Red Green Blue C M Y K H S L
Decimal 201 162 1 0 0.19 1.00 0.21 48.3 0.99 0.4
Hex C9 A2 1 0 13 64 15 30 63 28
Octal 311 242 1 0 23 144 25 60 143 50
Binary 11001001 10100010 1 0 10011 1100100 10101 110000 1100011 101000

Color Harmonies of #C9A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A201

Black with #C9A201

Text Example


Text Example

White with #C9A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A201; }

 p { color: rgb(201,162,1); }

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

background-color css

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

 a { background-color: rgb(201,162,1); }

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

border-color css

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

 span { border-color: rgb(201,162,1); }

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