Html Css Color HEX #C6A206 Buddha Gold

📋 copy color: '#C6A206'

red 198 ◦ green 162 ◦ blue 6

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

Shades of Buddha Gold #C6A206

Tints of Buddha Gold #C6A206

RGB

 RED value IS 198 (77.73% from 255) = 54.1%

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

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

R = 54.1%
G = 44.26%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C6A206 (or 0xC6A206) is known color: Buddha Gold. HEX triplet: C6, A2 and 06. RGB value is (198,162,6). Sum of RGB (Red+Green+Blue) = 198+162+6=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A206 is #395DF9. Grayscale: #9B9B9B. Windows color (decimal): -3759610 or 434886. OLE color: 434886.

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

Color convert

RGB 198 162 6 -
CMYK 0 0.18 0.97 0.22
HSL 48.75º 0.94% 0.4% -
HSV(B) 48.75º 0.97% 0.78% -
XYZ 36.24 37.86 5.57 -
YUV 154.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 198 162 6 0 0.18 0.97 0.22 48.75 0.94 0.4
Hex C6 A2 6 0 12 61 16 31 5E 28
Octal 306 242 6 0 22 141 26 61 136 50
Binary 11000110 10100010 110 0 10010 1100001 10110 110001 1011110 101000

Color Harmonies of #C6A206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A206

Black with #C6A206

Text Example


Text Example

White with #C6A206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A206; }

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

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

background-color css

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

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

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

border-color css

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

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

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