Html Css Color HEX #C0A400 Buddha Gold

📋 copy color: '#C0A400'

red 192 ◦ green 164 ◦ blue 0

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

Shades of Buddha Gold #C0A400

Tints of Buddha Gold #C0A400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.93%
G = 46.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0A400 (or 0xC0A400) is known color: Buddha Gold. HEX triplet: C0, A4 and 00. RGB value is (192,164,0). Sum of RGB (Red+Green+Blue) = 192+164+0=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A400 is #3F5BFF. Grayscale: #9A9A9A. Windows color (decimal): -4152320 or 42176. OLE color: 42176.

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

Color convert

RGB 192 164 0 -
CMYK 0 0.15 1 0.25
HSL 51.25º 1% 0.38% -
HSV(B) 51.25º 1% 0.75% -
XYZ 35.01 37.76 5.44 -
YUV 153.68 41.28 155.34 -
System Red Green Blue C M Y K H S L
Decimal 192 164 0 0 0.15 1 0.25 51.25 1 0.38
Hex C0 A4 0 0 F 64 19 33 64 26
Octal 300 244 0 0 17 144 31 63 144 46
Binary 11000000 10100100 0 0 1111 1100100 11001 110011 1100100 100110

Color Harmonies of #C0A400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A400

Black with #C0A400

Text Example


Text Example

White with #C0A400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A400; }

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

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

background-color css

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

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

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

border-color css

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

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

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