Html Css Color HEX #C7A106 Buddha Gold

📋 copy color: '#C7A106'

red 199 ◦ green 161 ◦ blue 6

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

Shades of Buddha Gold #C7A106

Tints of Buddha Gold #C7A106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 54.37%
G = 43.99%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7A106 (or 0xC7A106) is known color: Buddha Gold. HEX triplet: C7, A1 and 06. RGB value is (199,161,6). Sum of RGB (Red+Green+Blue) = 199+161+6=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A106 is #385EF9. Grayscale: #9B9B9B. Windows color (decimal): -3694330 or 434631. OLE color: 434631.

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

Color convert

RGB 199 161 6 -
CMYK 0 0.19 0.97 0.22
HSL 48.19º 0.94% 0.4% -
HSV(B) 48.19º 0.97% 0.78% -
XYZ 36.33 37.65 5.52 -
YUV 154.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 199 161 6 0 0.19 0.97 0.22 48.19 0.94 0.4
Hex C7 A1 6 0 13 61 16 30 5E 28
Octal 307 241 6 0 23 141 26 60 136 50
Binary 11000111 10100001 110 0 10011 1100001 10110 110000 1011110 101000

Color Harmonies of #C7A106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A106

Black with #C7A106

Text Example


Text Example

White with #C7A106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A106; }

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

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

background-color css

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

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

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

border-color css

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

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

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