Html Css Color HEX #C9A30C Buddha Gold

📋 copy color: '#C9A30C'

red 201 ◦ green 163 ◦ blue 12

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

Shades of Buddha Gold #C9A30C

Tints of Buddha Gold #C9A30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 53.46%
G = 43.35%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9A30C (or 0xC9A30C) is known color: Buddha Gold. HEX triplet: C9, A3 and 0C. RGB value is (201,163,12). Sum of RGB (Red+Green+Blue) = 201+163+12=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A30C is #365CF3. Grayscale: #9D9D9D. Windows color (decimal): -3562740 or 828361. OLE color: 828361.

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

Color convert

RGB 201 163 12 -
CMYK 0 0.19 0.94 0.21
HSL 47.94º 0.89% 0.42% -
HSV(B) 47.94º 0.94% 0.79% -
XYZ 37.25 38.64 5.84 -
YUV 157.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 201 163 12 0 0.19 0.94 0.21 47.94 0.89 0.42
Hex C9 A3 C 0 13 5E 15 30 59 2A
Octal 311 243 14 0 23 136 25 60 131 52
Binary 11001001 10100011 1100 0 10011 1011110 10101 110000 1011001 101010

Color Harmonies of #C9A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A30C

Black with #C9A30C

Text Example


Text Example

White with #C9A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A30C; }

 p { color: rgb(201,163,12); }

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

background-color css

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

 a { background-color: rgb(201,163,12); }

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

border-color css

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

 span { border-color: rgb(201,163,12); }

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