Html Css Color HEX #C9A11C Buddha Gold

📋 copy color: '#C9A11C'

red 201 ◦ green 161 ◦ blue 28

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

Shades of Buddha Gold #C9A11C

Tints of Buddha Gold #C9A11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.18%

R = 51.54%
G = 41.28%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9A11C (or 0xC9A11C) is known color: Buddha Gold. HEX triplet: C9, A1 and 1C. RGB value is (201,161,28). Sum of RGB (Red+Green+Blue) = 201+161+28=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A11C is #365EE3. Grayscale: #9E9E9E. Windows color (decimal): -3563236 or 1876425. OLE color: 1876425.

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

Color convert

RGB 201 161 28 -
CMYK 0 0.20 0.86 0.21
HSL 46.13º 0.76% 0.45% -
HSV(B) 46.13º 0.86% 0.79% -
XYZ 37.04 37.99 6.48 -
YUV 157.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 201 161 28 0 0.20 0.86 0.21 46.13 0.76 0.45
Hex C9 A1 1C 0 14 56 15 2E 4C 2D
Octal 311 241 34 0 24 126 25 56 114 55
Binary 11001001 10100001 11100 0 10100 1010110 10101 101110 1001100 101101

Color Harmonies of #C9A11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A11C

Black with #C9A11C

Text Example


Text Example

White with #C9A11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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