Html Css Color HEX #C79210 Buddha Gold

📋 copy color: '#C79210'

red 199 ◦ green 146 ◦ blue 16

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

Shades of Buddha Gold #C79210

Tints of Buddha Gold #C79210

RGB

 RED value IS 199 (78.13% from 255) = 55.12%

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

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

R = 55.12%
G = 40.44%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C79210 (or 0xC79210) is known color: Buddha Gold. HEX triplet: C7, 92 and 10. RGB value is (199,146,16). Sum of RGB (Red+Green+Blue) = 199+146+16=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C79210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79210 is #386DEF. Grayscale: #939393. Windows color (decimal): -3698160 or 1086151. OLE color: 1086151.

HSL color Cylindrical-coordinate representation of color #C79210: hue angle of 42.62º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C79210 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 146 16 -
CMYK 0 0.27 0.92 0.22
HSL 42.62º 0.85% 0.42% -
HSV(B) 42.62º 0.92% 0.78% -
XYZ 33.93 32.74 5.02 -
YUV 147.03 54.06 165.07 -
System Red Green Blue C M Y K H S L
Decimal 199 146 16 0 0.27 0.92 0.22 42.62 0.85 0.42
Hex C7 92 10 0 1B 5C 16 2B 55 2A
Octal 307 222 20 0 33 134 26 53 125 52
Binary 11000111 10010010 10000 0 11011 1011100 10110 101011 1010101 101010

Color Harmonies of #C79210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79210

Black with #C79210

Text Example


Text Example

White with #C79210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79210; }

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

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

background-color css

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

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

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

border-color css

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

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

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