Html Css Color HEX #C79113 Buddha Gold

📋 copy color: '#C79113'

red 199 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #C79113

Tints of Buddha Gold #C79113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 54.82%
G = 39.94%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C79113 (or 0xC79113) is known color: Buddha Gold. HEX triplet: C7, 91 and 13. RGB value is (199,145,19). Sum of RGB (Red+Green+Blue) = 199+145+19=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C79113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79113 is #386EEC. Grayscale: #939393. Windows color (decimal): -3698413 or 1282503. OLE color: 1282503.

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

Color convert

RGB 199 145 19 -
CMYK 0 0.27 0.90 0.22
HSL 42º 0.83% 0.43% -
HSV(B) 42º 0.9% 0.78% -
XYZ 33.8 32.44 5.1 -
YUV 146.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 199 145 19 0 0.27 0.90 0.22 42 0.83 0.43
Hex C7 91 13 0 1B 5A 16 2A 53 2B
Octal 307 221 23 0 33 132 26 52 123 53
Binary 11000111 10010001 10011 0 11011 1011010 10110 101010 1010011 101011

Color Harmonies of #C79113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79113

Black with #C79113

Text Example


Text Example

White with #C79113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79113; }

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

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

background-color css

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

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

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

border-color css

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

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

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