Html Css Color HEX #C0A310 Buddha Gold

📋 copy color: '#C0A310'

red 192 ◦ green 163 ◦ blue 16

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

Shades of Buddha Gold #C0A310

Tints of Buddha Gold #C0A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 51.75%
G = 43.94%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0A310 (or 0xC0A310) is known color: Buddha Gold. HEX triplet: C0, A3 and 10. RGB value is (192,163,16). Sum of RGB (Red+Green+Blue) = 192+163+16=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A310 is #3F5CEF. Grayscale: #9B9B9B. Windows color (decimal): -4152560 or 1090496. OLE color: 1090496.

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

Color convert

RGB 192 163 16 -
CMYK 0 0.15 0.92 0.25
HSL 50.11º 0.85% 0.41% -
HSV(B) 50.11º 0.92% 0.75% -
XYZ 34.93 37.44 5.88 -
YUV 154.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 192 163 16 0 0.15 0.92 0.25 50.11 0.85 0.41
Hex C0 A3 10 0 F 5C 19 32 55 29
Octal 300 243 20 0 17 134 31 62 125 51
Binary 11000000 10100011 10000 0 1111 1011100 11001 110010 1010101 101001

Color Harmonies of #C0A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A310

Black with #C0A310

Text Example


Text Example

White with #C0A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A310; }

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

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

background-color css

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

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

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

border-color css

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

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

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