Html Css Color HEX #C9A01E Buddha Gold

📋 copy color: '#C9A01E'

red 201 ◦ green 160 ◦ blue 30

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

Shades of Buddha Gold #C9A01E

Tints of Buddha Gold #C9A01E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

 BLUE value IS 30 (12.11% from 255) = 7.67%

R = 51.41%
G = 40.92%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9A01E (or 0xC9A01E) is known color: Buddha Gold. HEX triplet: C9, A0 and 1E. RGB value is (201,160,30). Sum of RGB (Red+Green+Blue) = 201+160+30=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A01E is #365FE1. Grayscale: #9E9E9E. Windows color (decimal): -3563490 or 2007241. OLE color: 2007241.

HSL color Cylindrical-coordinate representation of color #C9A01E: hue angle of 45.61º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9A01E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 30 -
CMYK 0 0.20 0.85 0.21
HSL 45.61º 0.74% 0.45% -
HSV(B) 45.61º 0.85% 0.79% -
XYZ 36.89 37.65 6.55 -
YUV 157.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 201 160 30 0 0.20 0.85 0.21 45.61 0.74 0.45
Hex C9 A0 1E 0 14 55 15 2E 4A 2D
Octal 311 240 36 0 24 125 25 56 112 55
Binary 11001001 10100000 11110 0 10100 1010101 10101 101110 1001010 101101

Color Harmonies of #C9A01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A01E

Black with #C9A01E

Text Example


Text Example

White with #C9A01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A01E; }

 p { color: rgb(201,160,30); }

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

background-color css

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

 a { background-color: rgb(201,160,30); }

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

border-color css

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

 span { border-color: rgb(201,160,30); }

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