Html Css Color HEX #C0A210 Buddha Gold

📋 copy color: '#C0A210'

red 192 ◦ green 162 ◦ blue 16

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

Shades of Buddha Gold #C0A210

Tints of Buddha Gold #C0A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.78%

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 51.89%
G = 43.78%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0A210 (or 0xC0A210) is known color: Buddha Gold. HEX triplet: C0, A2 and 10. RGB value is (192,162,16). Sum of RGB (Red+Green+Blue) = 192+162+16=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A210 is #3F5DEF. Grayscale: #9A9A9A. Windows color (decimal): -4152816 or 1090240. OLE color: 1090240.

HSL color Cylindrical-coordinate representation of color #C0A210: hue angle of 49.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0A210 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 162 16 -
CMYK 0 0.16 0.92 0.25
HSL 49.77º 0.85% 0.41% -
HSV(B) 49.77º 0.92% 0.75% -
XYZ 34.75 37.08 5.82 -
YUV 154.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 192 162 16 0 0.16 0.92 0.25 49.77 0.85 0.41
Hex C0 A2 10 0 10 5C 19 32 55 29
Octal 300 242 20 0 20 134 31 62 125 51
Binary 11000000 10100010 10000 0 10000 1011100 11001 110010 1010101 101001

Color Harmonies of #C0A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A210

Black with #C0A210

Text Example


Text Example

White with #C0A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A210; }

 p { color: rgb(192,162,16); }

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

background-color css

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

 a { background-color: rgb(192,162,16); }

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

border-color css

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

 span { border-color: rgb(192,162,16); }

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