Html Css Color HEX #C19510 Buddha Gold

📋 copy color: '#C19510'

red 193 ◦ green 149 ◦ blue 16

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

Shades of Buddha Gold #C19510

Tints of Buddha Gold #C19510

RGB

 RED value IS 193 (75.78% from 255) = 53.91%

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 53.91%
G = 41.62%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C19510 (or 0xC19510) is known color: Buddha Gold. HEX triplet: C1, 95 and 10. RGB value is (193,149,16). Sum of RGB (Red+Green+Blue) = 193+149+16=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C19510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19510 is #3E6AEF. Grayscale: #939393. Windows color (decimal): -4090608 or 1086913. OLE color: 1086913.

HSL color Cylindrical-coordinate representation of color #C19510: hue angle of 45.08º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C19510 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 16 -
CMYK 0 0.23 0.92 0.24
HSL 45.08º 0.85% 0.41% -
HSV(B) 45.08º 0.92% 0.76% -
XYZ 32.83 32.87 5.1 -
YUV 146.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 193 149 16 0 0.23 0.92 0.24 45.08 0.85 0.41
Hex C1 95 10 0 17 5C 18 2D 55 29
Octal 301 225 20 0 27 134 30 55 125 51
Binary 11000001 10010101 10000 0 10111 1011100 11000 101101 1010101 101001

Color Harmonies of #C19510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19510

Black with #C19510

Text Example


Text Example

White with #C19510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19510; }

 p { color: rgb(193,149,16); }

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

background-color css

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

 a { background-color: rgb(193,149,16); }

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

border-color css

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

 span { border-color: rgb(193,149,16); }

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