Html Css Color HEX #C0A618 Buddha Gold

📋 copy color: '#C0A618'

red 192 ◦ green 166 ◦ blue 24

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

Shades of Buddha Gold #C0A618

Tints of Buddha Gold #C0A618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 50.26%
G = 43.46%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0A618 (or 0xC0A618) is known color: Buddha Gold. HEX triplet: C0, A6 and 18. RGB value is (192,166,24). Sum of RGB (Red+Green+Blue) = 192+166+24=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A618 is #3F59E7. Grayscale: #9E9E9E. Windows color (decimal): -4151784 or 1615552. OLE color: 1615552.

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

Color convert

RGB 192 166 24 -
CMYK 0 0.14 0.88 0.25
HSL 50.71º 0.78% 0.42% -
HSV(B) 50.71º 0.88% 0.75% -
XYZ 35.54 38.54 6.43 -
YUV 157.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 192 166 24 0 0.14 0.88 0.25 50.71 0.78 0.42
Hex C0 A6 18 0 E 58 19 33 4E 2A
Octal 300 246 30 0 16 130 31 63 116 52
Binary 11000000 10100110 11000 0 1110 1011000 11001 110011 1001110 101010

Color Harmonies of #C0A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A618

Black with #C0A618

Text Example


Text Example

White with #C0A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A618; }

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

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

background-color css

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

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

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

border-color css

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

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

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