Html Css Color HEX #C79519 Buddha Gold

📋 copy color: '#C79519'

red 199 ◦ green 149 ◦ blue 25

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

Shades of Buddha Gold #C79519

Tints of Buddha Gold #C79519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 53.35%
G = 39.95%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C79519 (or 0xC79519) is known color: Buddha Gold. HEX triplet: C7, 95 and 19. RGB value is (199,149,25). Sum of RGB (Red+Green+Blue) = 199+149+25=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C79519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79519 is #386AE6. Grayscale: #969696. Windows color (decimal): -3697383 or 1676743. OLE color: 1676743.

HSL color Cylindrical-coordinate representation of color #C79519: hue angle of 42.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C79519 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 25 -
CMYK 0 0.25 0.87 0.22
HSL 42.76º 0.78% 0.44% -
HSV(B) 42.76º 0.87% 0.78% -
XYZ 34.48 33.71 5.61 -
YUV 149.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 199 149 25 0 0.25 0.87 0.22 42.76 0.78 0.44
Hex C7 95 19 0 19 57 16 2B 4E 2C
Octal 307 225 31 0 31 127 26 53 116 54
Binary 11000111 10010101 11001 0 11001 1010111 10110 101011 1001110 101100

Color Harmonies of #C79519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79519

Black with #C79519

Text Example


Text Example

White with #C79519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79519; }

 p { color: rgb(199,149,25); }

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

background-color css

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

 a { background-color: rgb(199,149,25); }

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

border-color css

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

 span { border-color: rgb(199,149,25); }

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