Html Css Color HEX #C0A117 Buddha Gold

📋 copy color: '#C0A117'

red 192 ◦ green 161 ◦ blue 23

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

Shades of Buddha Gold #C0A117

Tints of Buddha Gold #C0A117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

 BLUE value IS 23 (9.38% from 255) = 6.12%

R = 51.06%
G = 42.82%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0A117 (or 0xC0A117) is known color: Buddha Gold. HEX triplet: C0, A1 and 17. RGB value is (192,161,23). Sum of RGB (Red+Green+Blue) = 192+161+23=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A117 is #3F5EE8. Grayscale: #9B9B9B. Windows color (decimal): -4153065 or 1548736. OLE color: 1548736.

HSL color Cylindrical-coordinate representation of color #C0A117: hue angle of 48.99º degrees, saturation: 0.79, 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 #C0A117 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 23 -
CMYK 0 0.16 0.88 0.25
HSL 48.99º 0.79% 0.42% -
HSV(B) 48.99º 0.88% 0.75% -
XYZ 34.64 36.76 6.08 -
YUV 154.54 53.77 154.72 -
System Red Green Blue C M Y K H S L
Decimal 192 161 23 0 0.16 0.88 0.25 48.99 0.79 0.42
Hex C0 A1 17 0 10 58 19 31 4F 2A
Octal 300 241 27 0 20 130 31 61 117 52
Binary 11000000 10100001 10111 0 10000 1011000 11001 110001 1001111 101010

Color Harmonies of #C0A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A117

Black with #C0A117

Text Example


Text Example

White with #C0A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A117; }

 p { color: rgb(192,161,23); }

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

background-color css

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

 a { background-color: rgb(192,161,23); }

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

border-color css

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

 span { border-color: rgb(192,161,23); }

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