Html Css Color HEX #C6A116 Buddha Gold

📋 copy color: '#C6A116'

red 198 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #C6A116

Tints of Buddha Gold #C6A116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.77%

R = 51.97%
G = 42.26%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C6A116 (or 0xC6A116) is known color: Buddha Gold. HEX triplet: C6, A1 and 16. RGB value is (198,161,22). Sum of RGB (Red+Green+Blue) = 198+161+22=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A116 is #395EE9. Grayscale: #9C9C9C. Windows color (decimal): -3759850 or 1483206. OLE color: 1483206.

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

Color convert

RGB 198 161 22 -
CMYK 0 0.19 0.89 0.22
HSL 47.39º 0.8% 0.43% -
HSV(B) 47.39º 0.89% 0.78% -
XYZ 36.18 37.55 6.1 -
YUV 156.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 198 161 22 0 0.19 0.89 0.22 47.39 0.8 0.43
Hex C6 A1 16 0 13 59 16 2F 50 2B
Octal 306 241 26 0 23 131 26 57 120 53
Binary 11000110 10100001 10110 0 10011 1011001 10110 101111 1010000 101011

Color Harmonies of #C6A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A116

Black with #C6A116

Text Example


Text Example

White with #C6A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A116; }

 p { color: rgb(198,161,22); }

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

background-color css

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

 a { background-color: rgb(198,161,22); }

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

border-color css

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

 span { border-color: rgb(198,161,22); }

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