Html Css Color HEX #C9A113 Buddha Gold

📋 copy color: '#C9A113'

red 201 ◦ green 161 ◦ blue 19

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

Shades of Buddha Gold #C9A113

Tints of Buddha Gold #C9A113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.99%

R = 52.76%
G = 42.26%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9A113 (or 0xC9A113) is known color: Buddha Gold. HEX triplet: C9, A1 and 13. RGB value is (201,161,19). Sum of RGB (Red+Green+Blue) = 201+161+19=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A113 is #365EEC. Grayscale: #9D9D9D. Windows color (decimal): -3563245 or 1286601. OLE color: 1286601.

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

Color convert

RGB 201 161 19 -
CMYK 0 0.20 0.91 0.21
HSL 46.81º 0.83% 0.43% -
HSV(B) 46.81º 0.91% 0.79% -
XYZ 36.95 37.95 5.99 -
YUV 156.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 201 161 19 0 0.20 0.91 0.21 46.81 0.83 0.43
Hex C9 A1 13 0 14 5B 15 2F 53 2B
Octal 311 241 23 0 24 133 25 57 123 53
Binary 11001001 10100001 10011 0 10100 1011011 10101 101111 1010011 101011

Color Harmonies of #C9A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A113

Black with #C9A113

Text Example


Text Example

White with #C9A113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A113; }

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

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

background-color css

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

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

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

border-color css

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

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

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