Html Css Color HEX #C7A611 Buddha Gold

📋 copy color: '#C7A611'

red 199 ◦ green 166 ◦ blue 17

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

Shades of Buddha Gold #C7A611

Tints of Buddha Gold #C7A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.46%

 BLUE value IS 17 (7.03% from 255) = 4.45%

R = 52.09%
G = 43.46%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7A611 (or 0xC7A611) is known color: Buddha Gold. HEX triplet: C7, A6 and 11. RGB value is (199,166,17). Sum of RGB (Red+Green+Blue) = 199+166+17=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A611 is #3859EE. Grayscale: #9F9F9F. Windows color (decimal): -3693039 or 1156807. OLE color: 1156807.

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

Color convert

RGB 199 166 17 -
CMYK 0 0.17 0.91 0.22
HSL 49.12º 0.84% 0.42% -
HSV(B) 49.12º 0.91% 0.78% -
XYZ 37.29 39.46 6.18 -
YUV 158.88 47.93 156.62 -
System Red Green Blue C M Y K H S L
Decimal 199 166 17 0 0.17 0.91 0.22 49.12 0.84 0.42
Hex C7 A6 11 0 11 5B 16 31 54 2A
Octal 307 246 21 0 21 133 26 61 124 52
Binary 11000111 10100110 10001 0 10001 1011011 10110 110001 1010100 101010

Color Harmonies of #C7A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A611

Black with #C7A611

Text Example


Text Example

White with #C7A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A611; }

 p { color: rgb(199,166,17); }

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

background-color css

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

 a { background-color: rgb(199,166,17); }

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

border-color css

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

 span { border-color: rgb(199,166,17); }

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