Html Css Color HEX #C0A414 Buddha Gold

📋 copy color: '#C0A414'

red 192 ◦ green 164 ◦ blue 20

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

Shades of Buddha Gold #C0A414

Tints of Buddha Gold #C0A414

RGB

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

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

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

R = 51.06%
G = 43.62%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0A414 (or 0xC0A414) is known color: Buddha Gold. HEX triplet: C0, A4 and 14. RGB value is (192,164,20). Sum of RGB (Red+Green+Blue) = 192+164+20=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A414 is #3F5BEB. Grayscale: #9C9C9C. Windows color (decimal): -4152300 or 1352896. OLE color: 1352896.

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

Color convert

RGB 192 164 20 -
CMYK 0 0.15 0.90 0.25
HSL 50.23º 0.81% 0.42% -
HSV(B) 50.23º 0.9% 0.75% -
XYZ 35.14 37.81 6.11 -
YUV 155.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 192 164 20 0 0.15 0.90 0.25 50.23 0.81 0.42
Hex C0 A4 14 0 F 5A 19 32 51 2A
Octal 300 244 24 0 17 132 31 62 121 52
Binary 11000000 10100100 10100 0 1111 1011010 11001 110010 1010001 101010

Color Harmonies of #C0A414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A414

Black with #C0A414

Text Example


Text Example

White with #C0A414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A414; }

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

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

background-color css

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

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

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

border-color css

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

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

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