Html Css Color HEX #C7A50C Buddha Gold

📋 copy color: '#C7A50C'

red 199 ◦ green 165 ◦ blue 12

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

Shades of Buddha Gold #C7A50C

Tints of Buddha Gold #C7A50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 52.93%
G = 43.88%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7A50C (or 0xC7A50C) is known color: Buddha Gold. HEX triplet: C7, A5 and 0C. RGB value is (199,165,12). Sum of RGB (Red+Green+Blue) = 199+165+12=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A50C is #385AF3. Grayscale: #9E9E9E. Windows color (decimal): -3693300 or 828871. OLE color: 828871.

HSL color Cylindrical-coordinate representation of color #C7A50C: hue angle of 49.09º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7A50C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 165 12 -
CMYK 0 0.17 0.94 0.22
HSL 49.09º 0.89% 0.41% -
HSV(B) 49.09º 0.94% 0.78% -
XYZ 37.07 39.08 5.94 -
YUV 157.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 199 165 12 0 0.17 0.94 0.22 49.09 0.89 0.41
Hex C7 A5 C 0 11 5E 16 31 59 29
Octal 307 245 14 0 21 136 26 61 131 51
Binary 11000111 10100101 1100 0 10001 1011110 10110 110001 1011001 101001

Color Harmonies of #C7A50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A50C

Black with #C7A50C

Text Example


Text Example

White with #C7A50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A50C; }

 p { color: rgb(199,165,12); }

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

background-color css

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

 a { background-color: rgb(199,165,12); }

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

border-color css

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

 span { border-color: rgb(199,165,12); }

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