Html Css Color HEX #C9A406 Buddha Gold

📋 copy color: '#C9A406'

red 201 ◦ green 164 ◦ blue 6

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

Shades of Buddha Gold #C9A406

Tints of Buddha Gold #C9A406

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 54.18%
G = 44.2%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C9A406 (or 0xC9A406) is known color: Buddha Gold. HEX triplet: C9, A4 and 06. RGB value is (201,164,6). Sum of RGB (Red+Green+Blue) = 201+164+6=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A406 is #365BF9. Grayscale: #9D9D9D. Windows color (decimal): -3562490 or 435401. OLE color: 435401.

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

Color convert

RGB 201 164 6 -
CMYK 0 0.18 0.97 0.21
HSL 48.62º 0.94% 0.41% -
HSV(B) 48.62º 0.97% 0.79% -
XYZ 37.4 38.98 5.73 -
YUV 157.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 201 164 6 0 0.18 0.97 0.21 48.62 0.94 0.41
Hex C9 A4 6 0 12 61 15 31 5E 29
Octal 311 244 6 0 22 141 25 61 136 51
Binary 11001001 10100100 110 0 10010 1100001 10101 110001 1011110 101001

Color Harmonies of #C9A406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A406

Black with #C9A406

Text Example


Text Example

White with #C9A406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A406; }

 p { color: rgb(201,164,6); }

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

background-color css

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

 a { background-color: rgb(201,164,6); }

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

border-color css

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

 span { border-color: rgb(201,164,6); }

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