Html Css Color HEX #C0A019 Buddha Gold

📋 copy color: '#C0A019'

red 192 ◦ green 160 ◦ blue 25

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

Shades of Buddha Gold #C0A019

Tints of Buddha Gold #C0A019

RGB

 RED value IS 192 (75.39% from 255) = 50.93%

 GREEN value IS 160 (62.89% from 255) = 42.44%

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

R = 50.93%
G = 42.44%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C0A019 (or 0xC0A019) is known color: Buddha Gold. HEX triplet: C0, A0 and 19. RGB value is (192,160,25). Sum of RGB (Red+Green+Blue) = 192+160+25=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A019 is #3F5FE6. Grayscale: #9A9A9A. Windows color (decimal): -4153319 or 1679552. OLE color: 1679552.

HSL color Cylindrical-coordinate representation of color #C0A019: hue angle of 48.5º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0A019 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 25 -
CMYK 0 0.17 0.87 0.25
HSL 48.5º 0.77% 0.43% -
HSV(B) 48.5º 0.87% 0.75% -
XYZ 34.48 36.42 6.13 -
YUV 154.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 192 160 25 0 0.17 0.87 0.25 48.5 0.77 0.43
Hex C0 A0 19 0 11 57 19 31 4D 2B
Octal 300 240 31 0 21 127 31 61 115 53
Binary 11000000 10100000 11001 0 10001 1010111 11001 110001 1001101 101011

Color Harmonies of #C0A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A019

Black with #C0A019

Text Example


Text Example

White with #C0A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A019; }

 p { color: rgb(192,160,25); }

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

background-color css

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

 a { background-color: rgb(192,160,25); }

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

border-color css

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

 span { border-color: rgb(192,160,25); }

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