Html Css Color HEX #C6A326 Buddha Gold

📋 copy color: '#C6A326'

red 198 ◦ green 163 ◦ blue 38

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

Shades of Buddha Gold #C6A326

Tints of Buddha Gold #C6A326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

 BLUE value IS 38 (15.23% from 255) = 9.52%

R = 49.62%
G = 40.85%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C6A326 (or 0xC6A326) is known color: Buddha Gold. HEX triplet: C6, A3 and 26. RGB value is (198,163,38). Sum of RGB (Red+Green+Blue) = 198+163+38=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A326 is #395CD9. Grayscale: #9F9F9F. Windows color (decimal): -3759322 or 2532294. OLE color: 2532294.

HSL color Cylindrical-coordinate representation of color #C6A326: hue angle of 46.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6A326 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 163 38 -
CMYK 0 0.18 0.81 0.22
HSL 46.88º 0.68% 0.46% -
HSV(B) 46.88º 0.81% 0.78% -
XYZ 36.74 38.34 7.3 -
YUV 159.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 198 163 38 0 0.18 0.81 0.22 46.88 0.68 0.46
Hex C6 A3 26 0 12 51 16 2F 44 2E
Octal 306 243 46 0 22 121 26 57 104 56
Binary 11000110 10100011 100110 0 10010 1010001 10110 101111 1000100 101110

Color Harmonies of #C6A326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A326

Black with #C6A326

Text Example


Text Example

White with #C6A326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A326; }

 p { color: rgb(198,163,38); }

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

background-color css

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

 a { background-color: rgb(198,163,38); }

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

border-color css

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

 span { border-color: rgb(198,163,38); }

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