Html Css Color HEX #C79116 Buddha Gold

📋 copy color: '#C79116'

red 199 ◦ green 145 ◦ blue 22

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

Shades of Buddha Gold #C79116

Tints of Buddha Gold #C79116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 54.37%
G = 39.62%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C79116 (or 0xC79116) is known color: Buddha Gold. HEX triplet: C7, 91 and 16. RGB value is (199,145,22). Sum of RGB (Red+Green+Blue) = 199+145+22=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C79116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79116 is #386EE9. Grayscale: #939393. Windows color (decimal): -3698410 or 1479111. OLE color: 1479111.

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

Color convert

RGB 199 145 22 -
CMYK 0 0.27 0.89 0.22
HSL 41.69º 0.8% 0.43% -
HSV(B) 41.69º 0.89% 0.78% -
XYZ 33.82 32.45 5.24 -
YUV 147.12 57.39 165 -
System Red Green Blue C M Y K H S L
Decimal 199 145 22 0 0.27 0.89 0.22 41.69 0.8 0.43
Hex C7 91 16 0 1B 59 16 2A 50 2B
Octal 307 221 26 0 33 131 26 52 120 53
Binary 11000111 10010001 10110 0 11011 1011001 10110 101010 1010000 101011

Color Harmonies of #C79116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79116

Black with #C79116

Text Example


Text Example

White with #C79116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79116; }

 p { color: rgb(199,145,22); }

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

background-color css

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

 a { background-color: rgb(199,145,22); }

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

border-color css

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

 span { border-color: rgb(199,145,22); }

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