Html Css Color HEX #C7A104 Buddha Gold

📋 copy color: '#C7A104'

red 199 ◦ green 161 ◦ blue 4

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

Shades of Buddha Gold #C7A104

Tints of Buddha Gold #C7A104

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.23%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 54.67%
G = 44.23%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C7A104 (or 0xC7A104) is known color: Buddha Gold. HEX triplet: C7, A1 and 04. RGB value is (199,161,4). Sum of RGB (Red+Green+Blue) = 199+161+4=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A104 is #385EFB. Grayscale: #9B9B9B. Windows color (decimal): -3694332 or 303559. OLE color: 303559.

HSL color Cylindrical-coordinate representation of color #C7A104: hue angle of 48.31º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7A104 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 4 -
CMYK 0 0.19 0.98 0.22
HSL 48.31º 0.96% 0.4% -
HSV(B) 48.31º 0.98% 0.78% -
XYZ 36.32 37.64 5.47 -
YUV 154.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 199 161 4 0 0.19 0.98 0.22 48.31 0.96 0.4
Hex C7 A1 4 0 13 62 16 30 60 28
Octal 307 241 4 0 23 142 26 60 140 50
Binary 11000111 10100001 100 0 10011 1100010 10110 110000 1100000 101000

Color Harmonies of #C7A104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A104

Black with #C7A104

Text Example


Text Example

White with #C7A104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A104; }

 p { color: rgb(199,161,4); }

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

background-color css

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

 a { background-color: rgb(199,161,4); }

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

border-color css

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

 span { border-color: rgb(199,161,4); }

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