Html Css Color HEX #C9A210 Buddha Gold

📋 copy color: '#C9A210'

red 201 ◦ green 162 ◦ blue 16

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

Shades of Buddha Gold #C9A210

Tints of Buddha Gold #C9A210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 53.03%
G = 42.74%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9A210 (or 0xC9A210) is known color: Buddha Gold. HEX triplet: C9, A2 and 10. RGB value is (201,162,16). Sum of RGB (Red+Green+Blue) = 201+162+16=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A210 is #365DEF. Grayscale: #9D9D9D. Windows color (decimal): -3562992 or 1090249. OLE color: 1090249.

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

Color convert

RGB 201 162 16 -
CMYK 0 0.19 0.92 0.21
HSL 47.35º 0.85% 0.43% -
HSV(B) 47.35º 0.92% 0.79% -
XYZ 37.1 38.3 5.93 -
YUV 157.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 201 162 16 0 0.19 0.92 0.21 47.35 0.85 0.43
Hex C9 A2 10 0 13 5C 15 2F 55 2B
Octal 311 242 20 0 23 134 25 57 125 53
Binary 11001001 10100010 10000 0 10011 1011100 10101 101111 1010101 101011

Color Harmonies of #C9A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A210

Black with #C9A210

Text Example


Text Example

White with #C9A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A210; }

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

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

background-color css

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

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

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

border-color css

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

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

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