Html Css Color HEX #C0A614 Buddha Gold

📋 copy color: '#C0A614'

red 192 ◦ green 166 ◦ blue 20

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

Shades of Buddha Gold #C0A614

Tints of Buddha Gold #C0A614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 50.79%
G = 43.92%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0A614 (or 0xC0A614) is known color: Buddha Gold. HEX triplet: C0, A6 and 14. RGB value is (192,166,20). Sum of RGB (Red+Green+Blue) = 192+166+20=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A614 is #3F59EB. Grayscale: #9D9D9D. Windows color (decimal): -4151788 or 1353408. OLE color: 1353408.

HSL color Cylindrical-coordinate representation of color #C0A614: hue angle of 50.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0A614 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 166 20 -
CMYK 0 0.14 0.90 0.25
HSL 50.93º 0.81% 0.42% -
HSV(B) 50.93º 0.9% 0.75% -
XYZ 35.5 38.53 6.23 -
YUV 157.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 192 166 20 0 0.14 0.90 0.25 50.93 0.81 0.42
Hex C0 A6 14 0 E 5A 19 33 51 2A
Octal 300 246 24 0 16 132 31 63 121 52
Binary 11000000 10100110 10100 0 1110 1011010 11001 110011 1010001 101010

Color Harmonies of #C0A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A614

Black with #C0A614

Text Example


Text Example

White with #C0A614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A614; }

 p { color: rgb(192,166,20); }

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

background-color css

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

 a { background-color: rgb(192,166,20); }

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

border-color css

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

 span { border-color: rgb(192,166,20); }

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