Html Css Color HEX #C7A412 Buddha Gold

📋 copy color: '#C7A412'

red 199 ◦ green 164 ◦ blue 18

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

Shades of Buddha Gold #C7A412

Tints of Buddha Gold #C7A412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 52.23%
G = 43.04%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7A412 (or 0xC7A412) is known color: Buddha Gold. HEX triplet: C7, A4 and 12. RGB value is (199,164,18). Sum of RGB (Red+Green+Blue) = 199+164+18=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A412 is #385BED. Grayscale: #9E9E9E. Windows color (decimal): -3693550 or 1221831. OLE color: 1221831.

HSL color Cylindrical-coordinate representation of color #C7A412: hue angle of 48.4º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7A412 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 164 18 -
CMYK 0 0.18 0.91 0.22
HSL 48.4º 0.83% 0.43% -
HSV(B) 48.4º 0.91% 0.78% -
XYZ 36.94 38.74 6.1 -
YUV 157.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 199 164 18 0 0.18 0.91 0.22 48.4 0.83 0.43
Hex C7 A4 12 0 12 5B 16 30 53 2B
Octal 307 244 22 0 22 133 26 60 123 53
Binary 11000111 10100100 10010 0 10010 1011011 10110 110000 1010011 101011

Color Harmonies of #C7A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A412

Black with #C7A412

Text Example


Text Example

White with #C7A412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A412; }

 p { color: rgb(199,164,18); }

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

background-color css

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

 a { background-color: rgb(199,164,18); }

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

border-color css

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

 span { border-color: rgb(199,164,18); }

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