Html Css Color HEX #C0A404 Buddha Gold

📋 copy color: '#C0A404'

red 192 ◦ green 164 ◦ blue 4

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

Shades of Buddha Gold #C0A404

Tints of Buddha Gold #C0A404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 53.33%
G = 45.56%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0A404 (or 0xC0A404) is known color: Buddha Gold. HEX triplet: C0, A4 and 04. RGB value is (192,164,4). Sum of RGB (Red+Green+Blue) = 192+164+4=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A404 is #3F5BFB. Grayscale: #9A9A9A. Windows color (decimal): -4152316 or 304320. OLE color: 304320.

HSL color Cylindrical-coordinate representation of color #C0A404: hue angle of 51.06º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0A404 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 4 -
CMYK 0 0.15 0.98 0.25
HSL 51.06º 0.96% 0.38% -
HSV(B) 51.06º 0.98% 0.75% -
XYZ 35.04 37.77 5.56 -
YUV 154.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 192 164 4 0 0.15 0.98 0.25 51.06 0.96 0.38
Hex C0 A4 4 0 F 62 19 33 60 26
Octal 300 244 4 0 17 142 31 63 140 46
Binary 11000000 10100100 100 0 1111 1100010 11001 110011 1100000 100110

Color Harmonies of #C0A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A404

Black with #C0A404

Text Example


Text Example

White with #C0A404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A404; }

 p { color: rgb(192,164,4); }

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

background-color css

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

 a { background-color: rgb(192,164,4); }

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

border-color css

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

 span { border-color: rgb(192,164,4); }

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