Html Css Color HEX #C19410 Buddha Gold

📋 copy color: '#C19410'

red 193 ◦ green 148 ◦ blue 16

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

Shades of Buddha Gold #C19410

Tints of Buddha Gold #C19410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 54.06%
G = 41.46%
B = 4.48%

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

#C19410 (or 0xC19410) is known color: Buddha Gold. HEX triplet: C1, 94 and 10. RGB value is (193,148,16). Sum of RGB (Red+Green+Blue) = 193+148+16=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C19410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19410 is #3E6BEF. Grayscale: #929292. Windows color (decimal): -4090864 or 1086657. OLE color: 1086657.

HSL color Cylindrical-coordinate representation of color #C19410: hue angle of 44.75º 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 #C19410 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 16 -
CMYK 0 0.23 0.92 0.24
HSL 44.75º 0.85% 0.41% -
HSV(B) 44.75º 0.92% 0.76% -
XYZ 32.68 32.55 5.05 -
YUV 146.41 54.41 161.23 -
System Red Green Blue C M Y K H S L
Decimal 193 148 16 0 0.23 0.92 0.24 44.75 0.85 0.41
Hex C1 94 10 0 17 5C 18 2D 55 29
Octal 301 224 20 0 27 134 30 55 125 51
Binary 11000001 10010100 10000 0 10111 1011100 11000 101101 1010101 101001

Color Harmonies of #C19410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19410

Black with #C19410

Text Example


Text Example

White with #C19410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19410; }

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

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

background-color css

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

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

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

border-color css

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

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

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