Html Css Color HEX #C7A206 Buddha Gold

📋 copy color: '#C7A206'

red 199 ◦ green 162 ◦ blue 6

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

Shades of Buddha Gold #C7A206

Tints of Buddha Gold #C7A206

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

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

R = 54.22%
G = 44.14%
B = 1.63%

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

#C7A206 (or 0xC7A206) is known color: Buddha Gold. HEX triplet: C7, A2 and 06. RGB value is (199,162,6). Sum of RGB (Red+Green+Blue) = 199+162+6=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A206 is #385DF9. Grayscale: #9B9B9B. Windows color (decimal): -3694074 or 434887. OLE color: 434887.

HSL color Cylindrical-coordinate representation of color #C7A206: hue angle of 48.5º 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 #C7A206 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 6 -
CMYK 0 0.19 0.97 0.22
HSL 48.5º 0.94% 0.4% -
HSV(B) 48.5º 0.97% 0.78% -
XYZ 36.51 38 5.58 -
YUV 155.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 199 162 6 0 0.19 0.97 0.22 48.5 0.94 0.4
Hex C7 A2 6 0 13 61 16 30 5E 28
Octal 307 242 6 0 23 141 26 60 136 50
Binary 11000111 10100010 110 0 10011 1100001 10110 110000 1011110 101000

Color Harmonies of #C7A206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A206

Black with #C7A206

Text Example


Text Example

White with #C7A206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A206; }

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

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

background-color css

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

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

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

border-color css

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

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

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