Html Css Color HEX #C19210 Buddha Gold

📋 copy color: '#C19210'

red 193 ◦ green 146 ◦ blue 16

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

Shades of Buddha Gold #C19210

Tints of Buddha Gold #C19210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

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

R = 54.37%
G = 41.13%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C19210 (or 0xC19210) is known color: Buddha Gold. HEX triplet: C1, 92 and 10. RGB value is (193,146,16). Sum of RGB (Red+Green+Blue) = 193+146+16=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C19210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19210 is #3E6DEF. Grayscale: #919191. Windows color (decimal): -4091376 or 1086145. OLE color: 1086145.

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

Color convert

RGB 193 146 16 -
CMYK 0 0.24 0.92 0.24
HSL 44.07º 0.85% 0.41% -
HSV(B) 44.07º 0.92% 0.76% -
XYZ 32.36 31.93 4.95 -
YUV 145.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 193 146 16 0 0.24 0.92 0.24 44.07 0.85 0.41
Hex C1 92 10 0 18 5C 18 2C 55 29
Octal 301 222 20 0 30 134 30 54 125 51
Binary 11000001 10010010 10000 0 11000 1011100 11000 101100 1010101 101001

Color Harmonies of #C19210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19210

Black with #C19210

Text Example


Text Example

White with #C19210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19210; }

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

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

background-color css

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

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

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

border-color css

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

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

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