Html Css Color HEX #C0A517 Buddha Gold

📋 copy color: '#C0A517'

red 192 ◦ green 165 ◦ blue 23

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

Shades of Buddha Gold #C0A517

Tints of Buddha Gold #C0A517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.42%

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

R = 50.53%
G = 43.42%
B = 6.05%

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

#C0A517 (or 0xC0A517) is known color: Buddha Gold. HEX triplet: C0, A5 and 17. RGB value is (192,165,23). Sum of RGB (Red+Green+Blue) = 192+165+23=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A517 is #3F5AE8. Grayscale: #9D9D9D. Windows color (decimal): -4152041 or 1549760. OLE color: 1549760.

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

Color convert

RGB 192 165 23 -
CMYK 0 0.14 0.88 0.25
HSL 50.41º 0.79% 0.42% -
HSV(B) 50.41º 0.88% 0.75% -
XYZ 35.35 38.18 6.32 -
YUV 156.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 192 165 23 0 0.14 0.88 0.25 50.41 0.79 0.42
Hex C0 A5 17 0 E 58 19 32 4F 2A
Octal 300 245 27 0 16 130 31 62 117 52
Binary 11000000 10100101 10111 0 1110 1011000 11001 110010 1001111 101010

Color Harmonies of #C0A517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A517

Black with #C0A517

Text Example


Text Example

White with #C0A517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A517; }

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

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

background-color css

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

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

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

border-color css

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

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

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