Html Css Color HEX #C9A116 Buddha Gold

📋 copy color: '#C9A116'

red 201 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #C9A116

Tints of Buddha Gold #C9A116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.93%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 52.34%
G = 41.93%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9A116 (or 0xC9A116) is known color: Buddha Gold. HEX triplet: C9, A1 and 16. RGB value is (201,161,22). Sum of RGB (Red+Green+Blue) = 201+161+22=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A116 is #365EE9. Grayscale: #9D9D9D. Windows color (decimal): -3563242 or 1483209. OLE color: 1483209.

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

Color convert

RGB 201 161 22 -
CMYK 0 0.20 0.89 0.21
HSL 46.59º 0.8% 0.44% -
HSV(B) 46.59º 0.89% 0.79% -
XYZ 36.98 37.97 6.14 -
YUV 157.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 201 161 22 0 0.20 0.89 0.21 46.59 0.8 0.44
Hex C9 A1 16 0 14 59 15 2F 50 2C
Octal 311 241 26 0 24 131 25 57 120 54
Binary 11001001 10100001 10110 0 10100 1011001 10101 101111 1010000 101100

Color Harmonies of #C9A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A116

Black with #C9A116

Text Example


Text Example

White with #C9A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A116; }

 p { color: rgb(201,161,22); }

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

background-color css

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

 a { background-color: rgb(201,161,22); }

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

border-color css

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

 span { border-color: rgb(201,161,22); }

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