Html Css Color HEX #C0A416 Buddha Gold

📋 copy color: '#C0A416'

red 192 ◦ green 164 ◦ blue 22

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

Shades of Buddha Gold #C0A416

Tints of Buddha Gold #C0A416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 50.79%
G = 43.39%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0A416 (or 0xC0A416) is known color: Buddha Gold. HEX triplet: C0, A4 and 16. RGB value is (192,164,22). Sum of RGB (Red+Green+Blue) = 192+164+22=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A416 is #3F5BE9. Grayscale: #9C9C9C. Windows color (decimal): -4152298 or 1483968. OLE color: 1483968.

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

Color convert

RGB 192 164 22 -
CMYK 0 0.15 0.89 0.25
HSL 50.12º 0.79% 0.42% -
HSV(B) 50.12º 0.89% 0.75% -
XYZ 35.16 37.82 6.21 -
YUV 156.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 192 164 22 0 0.15 0.89 0.25 50.12 0.79 0.42
Hex C0 A4 16 0 F 59 19 32 4F 2A
Octal 300 244 26 0 17 131 31 62 117 52
Binary 11000000 10100100 10110 0 1111 1011001 11001 110010 1001111 101010

Color Harmonies of #C0A416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A416

Black with #C0A416

Text Example


Text Example

White with #C0A416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A416; }

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

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

background-color css

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

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

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

border-color css

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

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

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