Html Css Color HEX #C9A319 Buddha Gold

📋 copy color: '#C9A319'

red 201 ◦ green 163 ◦ blue 25

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

Shades of Buddha Gold #C9A319

Tints of Buddha Gold #C9A319

RGB

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

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

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

R = 51.67%
G = 41.9%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9A319 (or 0xC9A319) is known color: Buddha Gold. HEX triplet: C9, A3 and 19. RGB value is (201,163,25). Sum of RGB (Red+Green+Blue) = 201+163+25=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A319 is #365CE6. Grayscale: #9F9F9F. Windows color (decimal): -3562727 or 1680329. OLE color: 1680329.

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

Color convert

RGB 201 163 25 -
CMYK 0 0.19 0.88 0.21
HSL 47.05º 0.78% 0.44% -
HSV(B) 47.05º 0.88% 0.79% -
XYZ 37.36 38.68 6.42 -
YUV 158.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 201 163 25 0 0.19 0.88 0.21 47.05 0.78 0.44
Hex C9 A3 19 0 13 58 15 2F 4E 2C
Octal 311 243 31 0 23 130 25 57 116 54
Binary 11001001 10100011 11001 0 10011 1011000 10101 101111 1001110 101100

Color Harmonies of #C9A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A319

Black with #C9A319

Text Example


Text Example

White with #C9A319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A319; }

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

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

background-color css

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

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

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

border-color css

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

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

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