Html Css Color HEX #C9A60C Buddha Gold

📋 copy color: '#C9A60C'

red 201 ◦ green 166 ◦ blue 12

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

Shades of Buddha Gold #C9A60C

Tints of Buddha Gold #C9A60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

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

R = 53.03%
G = 43.8%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9A60C (or 0xC9A60C) is known color: Buddha Gold. HEX triplet: C9, A6 and 0C. RGB value is (201,166,12). Sum of RGB (Red+Green+Blue) = 201+166+12=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A60C is #3659F3. Grayscale: #9F9F9F. Windows color (decimal): -3561972 or 829129. OLE color: 829129.

HSL color Cylindrical-coordinate representation of color #C9A60C: hue angle of 48.89º 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 #C9A60C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 166 12 -
CMYK 0 0.17 0.94 0.21
HSL 48.89º 0.89% 0.42% -
HSV(B) 48.89º 0.94% 0.79% -
XYZ 37.79 39.72 6.02 -
YUV 158.91 45.1 158.02 -
System Red Green Blue C M Y K H S L
Decimal 201 166 12 0 0.17 0.94 0.21 48.89 0.89 0.42
Hex C9 A6 C 0 11 5E 15 31 59 2A
Octal 311 246 14 0 21 136 25 61 131 52
Binary 11001001 10100110 1100 0 10001 1011110 10101 110001 1011001 101010

Color Harmonies of #C9A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A60C

Black with #C9A60C

Text Example


Text Example

White with #C9A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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