Html Css Color HEX #C9A519 Buddha Gold

📋 copy color: '#C9A519'

red 201 ◦ green 165 ◦ blue 25

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

Shades of Buddha Gold #C9A519

Tints of Buddha Gold #C9A519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 25 (10.16% from 255) = 6.39%

R = 51.41%
G = 42.2%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9A519 (or 0xC9A519) is known color: Buddha Gold. HEX triplet: C9, A5 and 19. RGB value is (201,165,25). Sum of RGB (Red+Green+Blue) = 201+165+25=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A519 is #365AE6. Grayscale: #A0A0A0. Windows color (decimal): -3562215 or 1680841. OLE color: 1680841.

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

Color convert

RGB 201 165 25 -
CMYK 0 0.18 0.88 0.21
HSL 47.73º 0.78% 0.44% -
HSV(B) 47.73º 0.88% 0.79% -
XYZ 37.72 39.4 6.54 -
YUV 159.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 201 165 25 0 0.18 0.88 0.21 47.73 0.78 0.44
Hex C9 A5 19 0 12 58 15 30 4E 2C
Octal 311 245 31 0 22 130 25 60 116 54
Binary 11001001 10100101 11001 0 10010 1011000 10101 110000 1001110 101100

Color Harmonies of #C9A519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A519

Black with #C9A519

Text Example


Text Example

White with #C9A519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A519; }

 p { color: rgb(201,165,25); }

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

background-color css

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

 a { background-color: rgb(201,165,25); }

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

border-color css

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

 span { border-color: rgb(201,165,25); }

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