Html Css Color HEX #C79C10 Buddha Gold

📋 copy color: '#C79C10'

red 199 ◦ green 156 ◦ blue 16

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

Shades of Buddha Gold #C79C10

Tints of Buddha Gold #C79C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.05%

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

R = 53.64%
G = 42.05%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C79C10 (or 0xC79C10) is known color: Buddha Gold. HEX triplet: C7, 9C and 10. RGB value is (199,156,16). Sum of RGB (Red+Green+Blue) = 199+156+16=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79C10 is #3863EF. Grayscale: #999999. Windows color (decimal): -3695600 or 1088711. OLE color: 1088711.

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

Color convert

RGB 199 156 16 -
CMYK 0 0.22 0.92 0.22
HSL 45.9º 0.85% 0.42% -
HSV(B) 45.9º 0.92% 0.78% -
XYZ 35.54 35.96 5.56 -
YUV 152.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 199 156 16 0 0.22 0.92 0.22 45.9 0.85 0.42
Hex C7 9C 10 0 16 5C 16 2E 55 2A
Octal 307 234 20 0 26 134 26 56 125 52
Binary 11000111 10011100 10000 0 10110 1011100 10110 101110 1010101 101010

Color Harmonies of #C79C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79C10

Black with #C79C10

Text Example


Text Example

White with #C79C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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