Html Css Color HEX #C79B19 Buddha Gold

📋 copy color: '#C79B19'

red 199 ◦ green 155 ◦ blue 25

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

Shades of Buddha Gold #C79B19

Tints of Buddha Gold #C79B19

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

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

R = 52.51%
G = 40.9%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C79B19 (or 0xC79B19) is known color: Buddha Gold. HEX triplet: C7, 9B and 19. RGB value is (199,155,25). Sum of RGB (Red+Green+Blue) = 199+155+25=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79B19 is #3864E6. Grayscale: #999999. Windows color (decimal): -3695847 or 1678279. OLE color: 1678279.

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

Color convert

RGB 199 155 25 -
CMYK 0 0.22 0.87 0.22
HSL 44.83º 0.78% 0.44% -
HSV(B) 44.83º 0.87% 0.78% -
XYZ 35.45 35.65 5.93 -
YUV 153.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 199 155 25 0 0.22 0.87 0.22 44.83 0.78 0.44
Hex C7 9B 19 0 16 57 16 2D 4E 2C
Octal 307 233 31 0 26 127 26 55 116 54
Binary 11000111 10011011 11001 0 10110 1010111 10110 101101 1001110 101100

Color Harmonies of #C79B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79B19

Black with #C79B19

Text Example


Text Example

White with #C79B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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