Html Css Color HEX #C0A015 Buddha Gold

📋 copy color: '#C0A015'

red 192 ◦ green 160 ◦ blue 21

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

Shades of Buddha Gold #C0A015

Tints of Buddha Gold #C0A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.9%

 BLUE value IS 21 (8.59% from 255) = 5.63%

R = 51.47%
G = 42.9%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0A015 (or 0xC0A015) is known color: Buddha Gold. HEX triplet: C0, A0 and 15. RGB value is (192,160,21). Sum of RGB (Red+Green+Blue) = 192+160+21=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A015 is #3F5FEA. Grayscale: #9A9A9A. Windows color (decimal): -4153323 or 1417408. OLE color: 1417408.

HSL color Cylindrical-coordinate representation of color #C0A015: hue angle of 48.77º degrees, saturation: 0.8, 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 #C0A015 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 21 -
CMYK 0 0.17 0.89 0.25
HSL 48.77º 0.8% 0.42% -
HSV(B) 48.77º 0.89% 0.75% -
XYZ 34.44 36.4 5.92 -
YUV 153.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 192 160 21 0 0.17 0.89 0.25 48.77 0.8 0.42
Hex C0 A0 15 0 11 59 19 31 50 2A
Octal 300 240 25 0 21 131 31 61 120 52
Binary 11000000 10100000 10101 0 10001 1011001 11001 110001 1010000 101010

Color Harmonies of #C0A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A015

Black with #C0A015

Text Example


Text Example

White with #C0A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A015; }

 p { color: rgb(192,160,21); }

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

background-color css

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

 a { background-color: rgb(192,160,21); }

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

border-color css

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

 span { border-color: rgb(192,160,21); }

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