Html Css Color HEX #C79C0F Buddha Gold

📋 copy color: '#C79C0F'

red 199 ◦ green 156 ◦ blue 15

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

Shades of Buddha Gold #C79C0F

Tints of Buddha Gold #C79C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.05%

R = 53.78%
G = 42.16%
B = 4.05%

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

#C79C0F (or 0xC79C0F) is known color: Buddha Gold. HEX triplet: C7, 9C and 0F. RGB value is (199,156,15). Sum of RGB (Red+Green+Blue) = 199+156+15=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79C0F is #3863F0. Grayscale: #999999. Windows color (decimal): -3695601 or 1023175. OLE color: 1023175.

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

Color convert

RGB 199 156 15 -
CMYK 0 0.22 0.92 0.22
HSL 45.98º 0.86% 0.42% -
HSV(B) 45.98º 0.92% 0.78% -
XYZ 35.53 35.95 5.52 -
YUV 152.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 199 156 15 0 0.22 0.92 0.22 45.98 0.86 0.42
Hex C7 9C F 0 16 5C 16 2E 56 2A
Octal 307 234 17 0 26 134 26 56 126 52
Binary 11000111 10011100 1111 0 10110 1011100 10110 101110 1010110 101010

Color Harmonies of #C79C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79C0F

Black with #C79C0F

Text Example


Text Example

White with #C79C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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