Html Css Color HEX #C0A100 Buddha Gold

📋 copy color: '#C0A100'

red 192 ◦ green 161 ◦ blue 0

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

Shades of Buddha Gold #C0A100

Tints of Buddha Gold #C0A100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.61%

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

R = 54.39%
G = 45.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0A100 (or 0xC0A100) is known color: Buddha Gold. HEX triplet: C0, A1 and 00. RGB value is (192,161,0). Sum of RGB (Red+Green+Blue) = 192+161+0=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A100 is #3F5EFF. Grayscale: #989898. Windows color (decimal): -4153088 or 41408. OLE color: 41408.

HSL color Cylindrical-coordinate representation of color #C0A100: hue angle of 50.31º 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 #C0A100 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 0 -
CMYK 0 0.16 1 0.25
HSL 50.31º 1% 0.38% -
HSV(B) 50.31º 1% 0.75% -
XYZ 34.48 36.7 5.27 -
YUV 151.92 42.27 156.59 -
System Red Green Blue C M Y K H S L
Decimal 192 161 0 0 0.16 1 0.25 50.31 1 0.38
Hex C0 A1 0 0 10 64 19 32 64 26
Octal 300 241 0 0 20 144 31 62 144 46
Binary 11000000 10100001 0 0 10000 1100100 11001 110010 1100100 100110

Color Harmonies of #C0A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A100

Black with #C0A100

Text Example


Text Example

White with #C0A100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A100; }

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

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

background-color css

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

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

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

border-color css

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

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

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